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-05-01 01:15:54 +0400
committerThomas Dinges <blender@dingto.org>2014-05-01 01:16:12 +0400
commita47a4ef82f37428d391cc14a30fa611d6714e71d (patch)
tree9b84f1b5b77a00831e1ad43809d40012f83ed7bf /source/blender/blenkernel/intern/ipo.c
parent2ce3e4639a9bc45f339386c2b5d4b7dedb905b26 (diff)
Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869cc7a.
Diffstat (limited to 'source/blender/blenkernel/intern/ipo.c')
-rw-r--r--source/blender/blenkernel/intern/ipo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/ipo.c b/source/blender/blenkernel/intern/ipo.c
index 6f7ee31691e..cf66d866c2c 100644
--- a/source/blender/blenkernel/intern/ipo.c
+++ b/source/blender/blenkernel/intern/ipo.c
@@ -60,6 +60,7 @@
#include "DNA_world_types.h"
#include "DNA_object_types.h"
+#include "BLI_math.h" /* windows needs for M_PI */
#include "BLI_blenlib.h"
#include "BLI_dynstr.h"
#include "BLI_utildefines.h"