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:
authorThomas Dinges <blender@dingto.org>2014-05-01 02:36:02 +0400
committerThomas Dinges <blender@dingto.org>2014-05-01 02:36:15 +0400
commit55b2a5aa4535a064e4d8eab20a3605f73821caa9 (patch)
tree2a988c451cdb96b967835049a0327c1cb0ee1619 /source/blender/imbuf/intern/cineon/cineonlib.c
parent1fcce18dbf6de5c4c79cbc0d83211c5b3511d32e (diff)
More fixes, msvc 2008 needs math includes for "isnan"..
Diffstat (limited to 'source/blender/imbuf/intern/cineon/cineonlib.c')
-rw-r--r--source/blender/imbuf/intern/cineon/cineonlib.c4
1 files changed, 4 insertions, 0 deletions
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"
/*