Fix for [#20240] Image inputs to the compositor are white when using color management

was missing include
This commit is contained in:
Matt Ebb 2009-12-03 21:49:29 +00:00
parent e4a97d67b6
commit a4d8c4a745

@ -31,6 +31,7 @@
#include "BLI_blenlib.h"
#include "BLI_rand.h"
#include "BLI_math.h"
#include "imbuf.h"
#include "imbuf_patch.h"