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_KeyboardDevice.h')
-rw-r--r--source/gameengine/GamePlayer/common/unix/GPU_KeyboardDevice.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/gameengine/GamePlayer/common/unix/GPU_KeyboardDevice.h b/source/gameengine/GamePlayer/common/unix/GPU_KeyboardDevice.h
index eb1a5a11cf6..755fd9fa236 100644
--- a/source/gameengine/GamePlayer/common/unix/GPU_KeyboardDevice.h
+++ b/source/gameengine/GamePlayer/common/unix/GPU_KeyboardDevice.h
@@ -40,6 +40,10 @@
// Intrinsic.h . Yes, we are a bunch of sado-masochists. Let's hurt
// ourselves!
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "GPC_KeyboardDevice.h"
class GPU_KeyboardDevice : public GPC_KeyboardDevice