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:
authorMatt Ebb <matt@mke3.net>2009-12-04 00:49:29 +0300
committerMatt Ebb <matt@mke3.net>2009-12-04 00:49:29 +0300
commita4d8c4a7452669d56a7b7a21b50f96f00d783e0e (patch)
tree611dc55bdad0090ec9dc1a27026d145fed41424c /source/blender/imbuf/intern
parente4a97d67b62d169ef97f9b17ed739154cff62e70 (diff)
Fix for [#20240] Image inputs to the compositor are white when using color management
was missing include
Diffstat (limited to 'source/blender/imbuf/intern')
-rw-r--r--source/blender/imbuf/intern/divers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/imbuf/intern/divers.c b/source/blender/imbuf/intern/divers.c
index e84a9302bbf..35be1f716e6 100644
--- a/source/blender/imbuf/intern/divers.c
+++ b/source/blender/imbuf/intern/divers.c
@@ -31,6 +31,7 @@
#include "BLI_blenlib.h"
#include "BLI_rand.h"
+#include "BLI_math.h"
#include "imbuf.h"
#include "imbuf_patch.h"