From 9cf2e5baf64a927325efeba5ed20c20dfec3da57 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 16 Apr 2012 08:11:07 +0000 Subject: Fix windows compile issue with missing isnan. --- source/blender/modifiers/intern/MOD_remesh.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/modifiers/intern') 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" -- cgit v1.2.3