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/IfExpr.cpp')
-rw-r--r--source/gameengine/Expressions/IfExpr.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/gameengine/Expressions/IfExpr.cpp b/source/gameengine/Expressions/IfExpr.cpp
index bcb365b87cc..5d3eb3641ca 100644
--- a/source/gameengine/Expressions/IfExpr.cpp
+++ b/source/gameengine/Expressions/IfExpr.cpp
@@ -16,6 +16,9 @@
#include "EmptyValue.h"
#include "ErrorValue.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
@@ -138,4 +141,4 @@ void CIfExpr::BroadcastOperators(VALUE_OPERATOR op)
unsigned char CIfExpr::GetExpressionID()
{
return CIFEXPRESSIONID;
-} \ No newline at end of file
+}