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.h')
-rw-r--r--source/gameengine/Physics/Sumo/SumoPhysicsController.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/gameengine/Physics/Sumo/SumoPhysicsController.h b/source/gameengine/Physics/Sumo/SumoPhysicsController.h
index 5b15385cf55..11bc0d581c4 100644
--- a/source/gameengine/Physics/Sumo/SumoPhysicsController.h
+++ b/source/gameengine/Physics/Sumo/SumoPhysicsController.h
@@ -32,11 +32,13 @@
#ifndef __SUMO_PHYSICSCONTROLLER_H
#define __SUMO_PHYSICSCONTROLLER_H
-
#include "PHY_IPhysicsController.h"
#include "SM_Scene.h"
#include "SM_Callback.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
/**
Sumo Physics Controller, a special kind of a PhysicsController.