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>2009-06-18 21:34:39 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-06-18 21:34:39 +0400
commit025b6dcbc3f6303e051354cbfb694ee810934979 (patch)
tree394a488a45284c4a8d703958a92c4d780262a74e /source/blender/python/generic/Mathutils.h
parent122b206de35b72cd65934a3183331a93674559a2 (diff)
fix for building with py2.3
Diffstat (limited to 'source/blender/python/generic/Mathutils.h')
-rw-r--r--source/blender/python/generic/Mathutils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/generic/Mathutils.h b/source/blender/python/generic/Mathutils.h
index 4c8153e5e54..173922fe09a 100644
--- a/source/blender/python/generic/Mathutils.h
+++ b/source/blender/python/generic/Mathutils.h
@@ -32,6 +32,7 @@
#define EXPP_Mathutils_H
#include <Python.h>
+#include "../intern/bpy_compat.h"
#include "vector.h"
#include "matrix.h"
#include "quat.h"