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:
authorTon Roosendaal <ton@blender.org>2004-11-11 16:47:06 +0300
committerTon Roosendaal <ton@blender.org>2004-11-11 16:47:06 +0300
commitc8c149281cb595d435fb81a040a94c68a10fe377 (patch)
tree15746acd881402bbec5250ab41a9ec1ddbdae1b9
parent2e4a10253b8f96b631eee8af5e1e711f372612ae (diff)
Added winstuff.h for M_PI_2 define!
-rw-r--r--source/blender/blenlib/intern/arithb.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/arithb.c b/source/blender/blenlib/intern/arithb.c
index caa4771ff4b..f73005dcd9b 100644
--- a/source/blender/blenlib/intern/arithb.c
+++ b/source/blender/blenlib/intern/arithb.c
@@ -58,6 +58,10 @@
#include <unistd.h>
#endif
+#ifdef WIN32
+#include "BLI_winstuff.h"
+#endif
+
#include <stdio.h>
#include "BLI_arithb.h"