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:
authorCampbell Barton <ideasman42@gmail.com>2007-04-28 22:20:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-04-28 22:20:43 +0400
commit5a3b6f36e3c7d087d0339b6f44ded801c9ce5220 (patch)
tree2597c8cbca4f68b71b90d7bbebdffb1518bd6549 /source/blender/python/api2_2x/Camera.c
parent1d181b91080294b8ec51165791da69b53d535d51 (diff)
windows needed M_PI defined.
Diffstat (limited to 'source/blender/python/api2_2x/Camera.c')
-rw-r--r--source/blender/python/api2_2x/Camera.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Camera.c b/source/blender/python/api2_2x/Camera.c
index d4e74f5d9fc..f5cd3a0995f 100644
--- a/source/blender/python/api2_2x/Camera.c
+++ b/source/blender/python/api2_2x/Camera.c
@@ -37,6 +37,7 @@
#include "BKE_object.h"
#include "BKE_library.h"
#include "BLI_blenlib.h"
+#include "BLI_arithb.h" /* for M_PI */
#include "BSE_editipo.h"
#include "BIF_space.h"
#include "mydevice.h"