From 55b2a5aa4535a064e4d8eab20a3605f73821caa9 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Thu, 1 May 2014 00:36:02 +0200 Subject: More fixes, msvc 2008 needs math includes for "isnan".. --- source/blender/imbuf/intern/cineon/cineonlib.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/imbuf/intern/cineon/cineonlib.c') diff --git a/source/blender/imbuf/intern/cineon/cineonlib.c b/source/blender/imbuf/intern/cineon/cineonlib.c index 880df0ce5c3..e8cb550fc05 100644 --- a/source/blender/imbuf/intern/cineon/cineonlib.c +++ b/source/blender/imbuf/intern/cineon/cineonlib.c @@ -39,6 +39,10 @@ #include "BLI_fileops.h" #include "BLI_utildefines.h" +#if defined(_MSC_VER) && (_MSC_VER <= 1500) +#include "BLI_math_base.h" +#endif + #include "MEM_guardedalloc.h" /* -- cgit v1.2.3