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:
authorMartin Poirier <theeth@yahoo.com>2010-02-21 01:49:45 +0300
committerMartin Poirier <theeth@yahoo.com>2010-02-21 01:49:45 +0300
commit5589050c7eed96a574a686c1e970c1566c716363 (patch)
tree8159ee7d37e8afdad8a2f0b0d59bd1bc9c2d577c /source/blender/python/generic/euler.c
parentf7d82af101ead6b13682ca24b3debcf8a2a9775c (diff)
move include where it's needed and won't break other things.
Diffstat (limited to 'source/blender/python/generic/euler.c')
-rw-r--r--source/blender/python/generic/euler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/generic/euler.c b/source/blender/python/generic/euler.c
index 7e5be428868..dcd6bcb031c 100644
--- a/source/blender/python/generic/euler.c
+++ b/source/blender/python/generic/euler.c
@@ -32,6 +32,7 @@
#include "BKE_utildefines.h"
#include "BLI_blenlib.h"
+#include "BLO_sys_types.h"
//----------------------------------Mathutils.Euler() -------------------
//makes a new euler for you to play with