[Bf-blender-cvs] [b99977a] master: And another compile fix for M_PI and msvc2008...

Thomas Dinges noreply at git.blender.org
Sun Mar 30 15:36:35 CEST 2014


Commit: b99977ac60f8622100f58d19611d344ffd6d2ddd
Author: Thomas Dinges
Date:   Sun Mar 30 15:36:09 2014 +0200
https://developer.blender.org/rBb99977ac60f8622100f58d19611d344ffd6d2ddd

And another compile fix for M_PI and msvc2008...

===================================================================

M	source/blender/blenlib/intern/rand.c

===================================================================

diff --git a/source/blender/blenlib/intern/rand.c b/source/blender/blenlib/intern/rand.c
index f245fd3..d8fbb32 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"




More information about the Bf-blender-cvs mailing list