diff --git a/src/core/value-helper.h b/src/core/value-helper.h index b02c5c345..1fbc2c2f2 100644 --- a/src/core/value-helper.h +++ b/src/core/value-helper.h @@ -1,8 +1,9 @@ #ifndef VALUE_HELPER_H #define VALUE_HELPER_H -#include "class-value-helper.h" - +#include "param-spec-helper.h" +#include +#include "fatal-error.h" #define ATTRIBUTE_ACCESSOR_DEFINE(type) \ class type##Accessor : public AttributeAccessor {}; \