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 'intern/ghost/intern/GHOST_WindowManager.cpp')
-rw-r--r--intern/ghost/intern/GHOST_WindowManager.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/intern/ghost/intern/GHOST_WindowManager.cpp b/intern/ghost/intern/GHOST_WindowManager.cpp
index a281145ac29..abce72e259c 100644
--- a/intern/ghost/intern/GHOST_WindowManager.cpp
+++ b/intern/ghost/intern/GHOST_WindowManager.cpp
@@ -37,10 +37,12 @@
* @date May 11, 2001
*/
-#include "GHOST_WindowManager.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+#include "GHOST_WindowManager.h"
#include <algorithm>
-
#include "GHOST_Debug.h"
#include "GHOST_Window.h"