From 0c5adb75045a18958c1b430af188e971f181443e Mon Sep 17 00:00:00 2001 From: Daniel Genrich Date: Sun, 17 Aug 2008 17:22:10 +0000 Subject: Win64: compiles fine with scons with gcc now --- source/blender/imbuf/intern/cineon/logImageCore.h | 1 + source/blender/imbuf/intern/scaling.c | 2 ++ source/blender/src/parametrizer.h | 2 ++ 3 files changed, 5 insertions(+) (limited to 'source/blender') 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); diff --git a/source/blender/imbuf/intern/scaling.c b/source/blender/imbuf/intern/scaling.c index 66a38223b4c..8257eb4643e 100644 --- a/source/blender/imbuf/intern/scaling.c +++ b/source/blender/imbuf/intern/scaling.c @@ -39,6 +39,8 @@ #include "IMB_allocimbuf.h" #include "IMB_filter.h" +#include "BLO_sys_types.h" // for intptr_t support + /************************************************************************/ /* SCALING */ /************************************************************************/ diff --git a/source/blender/src/parametrizer.h b/source/blender/src/parametrizer.h index eea1eab9b21..c468b8d62c5 100644 --- a/source/blender/src/parametrizer.h +++ b/source/blender/src/parametrizer.h @@ -5,6 +5,8 @@ #ifdef __cplusplus extern "C" { #endif + +#include "BLO_sys_types.h" // for intptr_t support typedef void ParamHandle; /* handle to a set of charts */ typedef intptr_t ParamKey; /* (hash) key for identifying verts and faces */ -- cgit v1.2.3