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_DisplayManager.cpp')
-rw-r--r--intern/ghost/intern/GHOST_DisplayManager.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_DisplayManager.cpp b/intern/ghost/intern/GHOST_DisplayManager.cpp
index dc662634434..b36143ee1a9 100644
--- a/intern/ghost/intern/GHOST_DisplayManager.cpp
+++ b/intern/ghost/intern/GHOST_DisplayManager.cpp
@@ -37,8 +37,11 @@
* @date September 21, 2001
*/
-#include "GHOST_DisplayManager.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+#include "GHOST_DisplayManager.h"
#include "GHOST_Debug.h"