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/img/intern/IMG_CanvasRGBA32.cpp')
-rw-r--r--source/blender/img/intern/IMG_CanvasRGBA32.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/img/intern/IMG_CanvasRGBA32.cpp b/source/blender/img/intern/IMG_CanvasRGBA32.cpp
index 5358265337d..2fd5e276298 100644
--- a/source/blender/img/intern/IMG_CanvasRGBA32.cpp
+++ b/source/blender/img/intern/IMG_CanvasRGBA32.cpp
@@ -31,7 +31,9 @@
#include "IMG_CanvasRGBA32.h"
-
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
IMG_CanvasRGBA32::IMG_CanvasRGBA32(TUns32 width, TUns32 height)
: IMG_PixmapRGBA32(width, height)