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:
authorThomas Dinges <blender@dingto.org>2014-03-30 17:36:09 +0400
committerThomas Dinges <blender@dingto.org>2014-03-30 17:36:09 +0400
commitb99977ac60f8622100f58d19611d344ffd6d2ddd (patch)
treea2b9d2d72cc870f5ef78aa489e99a51177bbc613 /source/blender
parent0319db10639217a17f77b9d1e16e8e28dca6022e (diff)
And another compile fix for M_PI and msvc2008...
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/blenlib/intern/rand.c1
1 files changed, 1 insertions, 0 deletions
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"