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_BrushRGBA32.cpp')
-rw-r--r--source/blender/img/intern/IMG_BrushRGBA32.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/img/intern/IMG_BrushRGBA32.cpp b/source/blender/img/intern/IMG_BrushRGBA32.cpp
index 7c78e98a8cf..72e1c57ef63 100644
--- a/source/blender/img/intern/IMG_BrushRGBA32.cpp
+++ b/source/blender/img/intern/IMG_BrushRGBA32.cpp
@@ -30,10 +30,11 @@
*/
#include "IMG_BrushRGBA32.h"
-
-
#include <math.h>
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
IMG_BrushRGBA32::IMG_BrushRGBA32(TUns32 w, TUns32 h, const IMG_ColorRGB& c, float a)
: IMG_PixmapRGBA32(w, h), m_color(c), m_alpha(a)