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/SceneGraph/SG_IObject.cpp')
-rw-r--r--source/gameengine/SceneGraph/SG_IObject.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/gameengine/SceneGraph/SG_IObject.cpp b/source/gameengine/SceneGraph/SG_IObject.cpp
index 2561bd0c672..5433b5017eb 100644
--- a/source/gameengine/SceneGraph/SG_IObject.cpp
+++ b/source/gameengine/SceneGraph/SG_IObject.cpp
@@ -30,9 +30,12 @@
*/
#include "SG_IObject.h"
-
#include "SG_Controller.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
SG_IObject::
SG_IObject(
void* clientobj,