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/Converter/BlenderWorldInfo.cpp')
-rw-r--r--source/gameengine/Converter/BlenderWorldInfo.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/gameengine/Converter/BlenderWorldInfo.cpp b/source/gameengine/Converter/BlenderWorldInfo.cpp
index 5dd41a317aa..59d7272b64a 100644
--- a/source/gameengine/Converter/BlenderWorldInfo.cpp
+++ b/source/gameengine/Converter/BlenderWorldInfo.cpp
@@ -31,10 +31,13 @@
#include <stdio.h> // printf()
-
#include "BlenderWorldInfo.h"
#include "KX_BlenderGL.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
/* This little block needed for linking to Blender... */
#ifdef WIN32
#include "BLI_winstuff.h"