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/common/unix/GPU_Engine.h')
-rw-r--r--source/gameengine/GamePlayer/common/unix/GPU_Engine.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/gameengine/GamePlayer/common/unix/GPU_Engine.h b/source/gameengine/GamePlayer/common/unix/GPU_Engine.h
index 03f9d561b17..b81eb93e055 100644
--- a/source/gameengine/GamePlayer/common/unix/GPU_Engine.h
+++ b/source/gameengine/GamePlayer/common/unix/GPU_Engine.h
@@ -33,11 +33,14 @@
#ifndef __GPU_ENGINE_H
#define __GPU_ENGINE_H
-
#include <X11/Xlib.h>
#include <X11/Intrinsic.h>
#include <X11/StringDefs.h>
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#define Object DNA_Object // tricky stuff !!! but without it it doesn't compile...
#include "GPC_Engine.h"