From 6a979acbf0c1deb0e10134fa8002b32435a5f8d0 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 22 Oct 2012 13:52:56 +0000 Subject: Compilation fix for windows platform --- source/blender/imbuf/intern/cineon/logImageCore.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/imbuf/intern/cineon/logImageCore.h') diff --git a/source/blender/imbuf/intern/cineon/logImageCore.h b/source/blender/imbuf/intern/cineon/logImageCore.h index 433cab27aef..df8a5ed06a7 100644 --- a/source/blender/imbuf/intern/cineon/logImageCore.h +++ b/source/blender/imbuf/intern/cineon/logImageCore.h @@ -34,7 +34,8 @@ #define __LOG_IMAGE_CORE_H__ #include -#include + +#include "BLO_sys_types.h" #ifdef __cplusplus extern "C" { -- cgit v1.2.3