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/GamePlayer/ghost/GPG_System.cpp')
-rw-r--r--source/gameengine/GamePlayer/ghost/GPG_System.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/gameengine/GamePlayer/ghost/GPG_System.cpp b/source/gameengine/GamePlayer/ghost/GPG_System.cpp
index 6084505bbba..d9f59f8b36a 100644
--- a/source/gameengine/GamePlayer/ghost/GPG_System.cpp
+++ b/source/gameengine/GamePlayer/ghost/GPG_System.cpp
@@ -32,11 +32,12 @@
*/
#include "GPG_System.h"
-
#include <assert.h>
-
#include "GHOST_ISystem.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
GPG_System::GPG_System(GHOST_ISystem* system)
: m_system(system)