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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2012-04-16 12:11:07 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-04-16 12:11:07 +0400
commit9cf2e5baf64a927325efeba5ed20c20dfec3da57 (patch)
tree15d918e30283bc9c4f1a0becd97304a5f9980b65 /source/blender/modifiers/intern/MOD_remesh.c
parent52023f9e88f7859c75720cf175e74635a83b05c7 (diff)
Fix windows compile issue with missing isnan.
Diffstat (limited to 'source/blender/modifiers/intern/MOD_remesh.c')
-rw-r--r--source/blender/modifiers/intern/MOD_remesh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_remesh.c b/source/blender/modifiers/intern/MOD_remesh.c
index ea3912afad5..d408e5a3bee 100644
--- a/source/blender/modifiers/intern/MOD_remesh.c
+++ b/source/blender/modifiers/intern/MOD_remesh.c
@@ -26,6 +26,7 @@
#include "MEM_guardedalloc.h"
+#include "BLI_math_base.h"
#include "BLI_math_vector.h"
#include "BLI_utildefines.h"