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/blender/include/BSE_types.h')
-rw-r--r--source/blender/include/BSE_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/include/BSE_types.h b/source/blender/include/BSE_types.h
index cc241465dfa..37f0b8e6cc5 100644
--- a/source/blender/include/BSE_types.h
+++ b/source/blender/include/BSE_types.h
@@ -32,6 +32,10 @@
/* forward declarations for some prototype header */
/* these may wildly occur in other header files, too */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
struct BGpic;
struct SpaceText;
struct Oops;