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/src/editika.c')
-rw-r--r--source/blender/src/editika.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/src/editika.c b/source/blender/src/editika.c
index 1c4cde7a247..f167489dc5c 100644
--- a/source/blender/src/editika.c
+++ b/source/blender/src/editika.c
@@ -31,6 +31,11 @@
*/
#include <math.h>
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#ifdef WIN32
#include "BLI_winstuff.h"
#endif