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/Physics/common/PHY_IMotionState.h')
-rw-r--r--source/gameengine/Physics/common/PHY_IMotionState.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/gameengine/Physics/common/PHY_IMotionState.h b/source/gameengine/Physics/common/PHY_IMotionState.h
index 9a3ac2e6f74..89423670408 100644
--- a/source/gameengine/Physics/common/PHY_IMotionState.h
+++ b/source/gameengine/Physics/common/PHY_IMotionState.h
@@ -32,6 +32,9 @@
#ifndef PHY__MOTIONSTATE_H
#define PHY__MOTIONSTATE_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
/**
PHY_IMotionState is the Interface to explicitly synchronize the world transformation.