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:
authorDaniel Genrich <daniel.genrich@gmx.net>2008-08-17 21:22:10 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2008-08-17 21:22:10 +0400
commit0c5adb75045a18958c1b430af188e971f181443e (patch)
treec8a40c952784442fcf09452983e08d87419eed94 /source/blender/imbuf/intern/cineon/logImageCore.h
parent62845c3d52b3d884352af18910a0478cb7443e52 (diff)
Win64: compiles fine with scons with gcc now
Diffstat (limited to 'source/blender/imbuf/intern/cineon/logImageCore.h')
-rw-r--r--source/blender/imbuf/intern/cineon/logImageCore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/imbuf/intern/cineon/logImageCore.h b/source/blender/imbuf/intern/cineon/logImageCore.h
index b23509bb94d..9b62b368915 100644
--- a/source/blender/imbuf/intern/cineon/logImageCore.h
+++ b/source/blender/imbuf/intern/cineon/logImageCore.h
@@ -34,6 +34,7 @@
extern "C" {
#endif
+#include "BLO_sys_types.h" // for intptr_t support
typedef int (GetRowFn)(LogImageFile* logImage, unsigned short* row, int lineNum);
typedef int (SetRowFn)(LogImageFile* logImage, const unsigned short* row, int lineNum);