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_Controller.h')
-rw-r--r--source/gameengine/SceneGraph/SG_Controller.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/gameengine/SceneGraph/SG_Controller.h b/source/gameengine/SceneGraph/SG_Controller.h
index 99cc62344f2..d0075681c1a 100644
--- a/source/gameengine/SceneGraph/SG_Controller.h
+++ b/source/gameengine/SceneGraph/SG_Controller.h
@@ -35,8 +35,12 @@
#ifndef __SG_CONTROLLER_H
#define __SG_CONTROLLER_H
-
#include "SG_IObject.h"
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
class SG_Controller
{
public: