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/BIF_glutil.h')
-rw-r--r--source/blender/include/BIF_glutil.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/include/BIF_glutil.h b/source/blender/include/BIF_glutil.h
index 93617cf6bfb..19bd69568e6 100644
--- a/source/blender/include/BIF_glutil.h
+++ b/source/blender/include/BIF_glutil.h
@@ -37,6 +37,10 @@
#ifndef BIF_GLUTIL_H
#define BIF_GLUTIL_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
struct rcti;
struct rctf;