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/Sumo/SumoPhysicsController.cpp')
-rw-r--r--source/gameengine/Physics/Sumo/SumoPhysicsController.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/gameengine/Physics/Sumo/SumoPhysicsController.cpp b/source/gameengine/Physics/Sumo/SumoPhysicsController.cpp
index 2b2c5b81856..d89e43cd04b 100644
--- a/source/gameengine/Physics/Sumo/SumoPhysicsController.cpp
+++ b/source/gameengine/Physics/Sumo/SumoPhysicsController.cpp
@@ -35,6 +35,9 @@
#include "SM_Object.h"
#include "MT_Quaternion.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
SumoPhysicsController::SumoPhysicsController(
class SM_Scene* sumoScene,