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_MotionState.h')
-rw-r--r--source/gameengine/Ketsji/KX_MotionState.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/gameengine/Ketsji/KX_MotionState.h b/source/gameengine/Ketsji/KX_MotionState.h
index d62dc1ed097..81ba2f06104 100644
--- a/source/gameengine/Ketsji/KX_MotionState.h
+++ b/source/gameengine/Ketsji/KX_MotionState.h
@@ -34,6 +34,10 @@
#include "PHY_IMotionState.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
class KX_MotionState : public PHY_IMotionState
{
class SG_Spatial* m_node;