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/Ketsji/KX_OdePhysicsController.h')
-rw-r--r--source/gameengine/Ketsji/KX_OdePhysicsController.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/gameengine/Ketsji/KX_OdePhysicsController.h b/source/gameengine/Ketsji/KX_OdePhysicsController.h
index 314803ddbe9..514e1f98a2a 100644
--- a/source/gameengine/Ketsji/KX_OdePhysicsController.h
+++ b/source/gameengine/Ketsji/KX_OdePhysicsController.h
@@ -25,6 +25,9 @@
#include "KX_IPhysicsController.h"
#include "OdePhysicsController.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
/**
Physics Controller, a special kind of Scene Graph Transformation Controller.