author | Mathieu Lacage <mathieu.lacage@sophia.inria.fr> |
Thu, 21 Feb 2008 18:35:34 +0100 | |
changeset 2446 | f2a03c7d069c |
parent 2445 | e1b65471f159 |
child 2447 | eee344085a96 |
--- a/src/core/value-helper.h Thu Feb 21 18:28:05 2008 +0100 +++ b/src/core/value-helper.h Thu Feb 21 18:35:34 2008 +0100 @@ -1,8 +1,9 @@ #ifndef VALUE_HELPER_H #define VALUE_HELPER_H -#include "class-value-helper.h" - +#include "param-spec-helper.h" +#include <sstream> +#include "fatal-error.h" #define ATTRIBUTE_ACCESSOR_DEFINE(type) \ class type##Accessor : public AttributeAccessor {}; \