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.c')
-rw-r--r--source/blender/bpython/intern/opy_vector.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/bpython/intern/opy_vector.c b/source/blender/bpython/intern/opy_vector.c
index 905c6aeed34..fa318251cf1 100644
--- a/source/blender/bpython/intern/opy_vector.c
+++ b/source/blender/bpython/intern/opy_vector.c
@@ -38,7 +38,9 @@
#include "BPY_modules.h"
#include "opy_vector.h"
-
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
/*****************************/
/* Vector Python Object */