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:
Diffstat (limited to 'source/blender/bpython/intern/opy_vector.h')
-rw-r--r--source/blender/bpython/intern/opy_vector.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/bpython/intern/opy_vector.h b/source/blender/bpython/intern/opy_vector.h
index 10535fe5ae2..054429d57e3 100644
--- a/source/blender/bpython/intern/opy_vector.h
+++ b/source/blender/bpython/intern/opy_vector.h
@@ -39,6 +39,10 @@
/*****************************/
/* temporar hack for typecasts */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
typedef float (*Matrix4Ptr)[4];
typedef struct {
PyObject_VAR_HEAD