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/BPY_object.c')
-rw-r--r--source/blender/bpython/intern/BPY_object.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/bpython/intern/BPY_object.c b/source/blender/bpython/intern/BPY_object.c
index d0184f9b729..054891dc9a5 100644
--- a/source/blender/bpython/intern/BPY_object.c
+++ b/source/blender/bpython/intern/BPY_object.c
@@ -41,6 +41,10 @@
#include "BLI_arithb.h" /* Mat4Invert */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
/* PROTOS */