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_matrix.c')
-rw-r--r--source/blender/bpython/intern/opy_matrix.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/bpython/intern/opy_matrix.c b/source/blender/bpython/intern/opy_matrix.c
index cd93bd5f311..df91c499fb1 100644
--- a/source/blender/bpython/intern/opy_matrix.c
+++ b/source/blender/bpython/intern/opy_matrix.c
@@ -41,6 +41,10 @@
#include "BLI_arithb.h"
#include "opy_vector.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
PyObject *BPY_tuple_repr(PyObject *self, int size);
/* PROTOS */