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/windows/GPW_KeyboardDevice.h')
-rw-r--r--source/gameengine/GamePlayer/common/windows/GPW_KeyboardDevice.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/gameengine/GamePlayer/common/windows/GPW_KeyboardDevice.h b/source/gameengine/GamePlayer/common/windows/GPW_KeyboardDevice.h
index 495ad956dd9..75eba82464b 100644
--- a/source/gameengine/GamePlayer/common/windows/GPW_KeyboardDevice.h
+++ b/source/gameengine/GamePlayer/common/windows/GPW_KeyboardDevice.h
@@ -36,9 +36,12 @@
#pragma warning (disable : 4786)
#include <windows.h>
-
#include "GPC_KeyboardDevice.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
/**
* Win32 implementation of GPC_KeyboardDevice.
* The contructor fills the keyboard code translation map.