From b99977ac60f8622100f58d19611d344ffd6d2ddd Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sun, 30 Mar 2014 15:36:09 +0200 Subject: And another compile fix for M_PI and msvc2008... --- source/blender/blenlib/intern/rand.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender') diff --git a/source/blender/blenlib/intern/rand.c b/source/blender/blenlib/intern/rand.c index f245fd3ca0d..d8fbb3260e8 100644 --- a/source/blender/blenlib/intern/rand.c +++ b/source/blender/blenlib/intern/rand.c @@ -40,6 +40,7 @@ #include "BLI_threads.h" #include "BLI_rand.h" +#include "BLI_math.h" #include "BLI_strict_flags.h" -- cgit v1.2.3