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/imbuf_patch.h')
-rw-r--r--source/blender/imbuf/intern/imbuf_patch.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/imbuf/intern/imbuf_patch.h b/source/blender/imbuf/intern/imbuf_patch.h
index e8d8faa14a1..11c556b2ced 100644
--- a/source/blender/imbuf/intern/imbuf_patch.h
+++ b/source/blender/imbuf/intern/imbuf_patch.h
@@ -38,6 +38,10 @@
#ifndef IMBUF_PATCH_H
#define IMBUF_PATCH_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
/* most of imbuf uses this aloc, and it will disappear soon
* (hopefully) (25-10-2001 nzc) */
#include "MEM_guardedalloc.h"