projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added len_squared_v2v2, use instead of len_v3v3 for font handle tests, also fixed...
[blender.git]
/
source
/
blender
/
editors
/
space_image
/
image_draw.c
diff --git
a/source/blender/editors/space_image/image_draw.c
b/source/blender/editors/space_image/image_draw.c
index 6a77d4da0678faa9ecbc3d0aa1c52fb162adc7d7..f29d1bc033f8d738d92cf2bed1afc4f89903026d 100644
(file)
--- a/
source/blender/editors/space_image/image_draw.c
+++ b/
source/blender/editors/space_image/image_draw.c
@@
-49,6
+49,10
@@
#include "BKE_image.h"
#include "BKE_paint.h"
+#ifdef WITH_LCMS
+#include "BKE_colortools.h"
+#endif
+
#include "BIF_gl.h"
#include "BIF_glutil.h"