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/imbuf/intern/cspace.c')
-rw-r--r--source/blender/imbuf/intern/cspace.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/imbuf/intern/cspace.c b/source/blender/imbuf/intern/cspace.c
index 5cd2da5a998..51b1c3c6639 100644
--- a/source/blender/imbuf/intern/cspace.c
+++ b/source/blender/imbuf/intern/cspace.c
@@ -37,6 +37,10 @@
#include "imbuf_patch.h"
#include "IMB_imbuf_types.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
/************************************************************************/
/* COLORSPACE */
/************************************************************************/