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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-10-22 20:12:27 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-10-22 20:12:27 +0400
commit612768760ada094b0a6d47982d747394830a7a71 (patch)
treeb82b2d8f475a95f98796b15e54e23461569982b9 /source/blender/imbuf/intern/cineon/dpxlib.c
parent3526ae98055d28ac27f1e9b5d8b76d7597905e99 (diff)
Apparently msvc doesn't have isnan.
Diffstat (limited to 'source/blender/imbuf/intern/cineon/dpxlib.c')
-rw-r--r--source/blender/imbuf/intern/cineon/dpxlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/imbuf/intern/cineon/dpxlib.c b/source/blender/imbuf/intern/cineon/dpxlib.c
index e15dd36830c..aedce52a7bf 100644
--- a/source/blender/imbuf/intern/cineon/dpxlib.c
+++ b/source/blender/imbuf/intern/cineon/dpxlib.c
@@ -37,6 +37,7 @@
#include <string.h>
#include "BLI_fileops.h"
+#include "BLI_math_base.h"
#include "BLI_utildefines.h"
#include "MEM_guardedalloc.h"