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/GHOST_IWindow.h')
-rw-r--r--intern/ghost/GHOST_IWindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/ghost/GHOST_IWindow.h b/intern/ghost/GHOST_IWindow.h
index ee576230890..a3e5bd0e788 100644
--- a/intern/ghost/GHOST_IWindow.h
+++ b/intern/ghost/GHOST_IWindow.h
@@ -40,6 +40,10 @@
#ifndef _GHOST_IWINDOW_H_
#define _GHOST_IWINDOW_H_
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "STR_String.h"
#include "GHOST_Rect.h"
#include "GHOST_Types.h"