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:
authorJoshua Leung <aligorith@gmail.com>2010-02-21 00:01:05 +0300
committerJoshua Leung <aligorith@gmail.com>2010-02-21 00:01:05 +0300
commit24827ce351c8132155126eb9e4b7ae9fc8c8485f (patch)
tree6d595476377aeec602fb270b36c076f782660e86 /source/blender/python
parentac48efc0ab2ce17c7ea077f268145a6b15c0c825 (diff)
Fix compiling error on windows for mathutils commit
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/generic/Mathutils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/python/generic/Mathutils.h b/source/blender/python/generic/Mathutils.h
index d0b90341cd2..65d74fb66f2 100644
--- a/source/blender/python/generic/Mathutils.h
+++ b/source/blender/python/generic/Mathutils.h
@@ -32,6 +32,9 @@
#define EXPP_Mathutils_H
#include <Python.h>
+
+#include "BLO_sys_types.h"
+
#include "vector.h"
#include "matrix.h"
#include "quat.h"