Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/Expressions/ConstExpr.h')
-rw-r--r--source/gameengine/Expressions/ConstExpr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/gameengine/Expressions/ConstExpr.h b/source/gameengine/Expressions/ConstExpr.h
index e27ece52a83..dbc0e33436d 100644
--- a/source/gameengine/Expressions/ConstExpr.h
+++ b/source/gameengine/Expressions/ConstExpr.h
@@ -19,6 +19,10 @@
#include "Expression.h"
#include "Value.h" // Added by ClassView
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
class CConstExpr : public CExpression
{
//PLUGIN_DECLARE_SERIAL_EXPRESSION (CConstExpr,CExpression)