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/GameLogic/SCA_ANDController.h')
-rw-r--r--source/gameengine/GameLogic/SCA_ANDController.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/gameengine/GameLogic/SCA_ANDController.h b/source/gameengine/GameLogic/SCA_ANDController.h
index f3064e931f2..b2988c70840 100644
--- a/source/gameengine/GameLogic/SCA_ANDController.h
+++ b/source/gameengine/GameLogic/SCA_ANDController.h
@@ -35,6 +35,10 @@
#ifndef __KX_ANDCONTROLLER
#define __KX_ANDCONTROLLER
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "SCA_IController.h"
class SCA_ANDController : public SCA_IController