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:
authorCampbell Barton <ideasman42@gmail.com>2014-11-29 21:12:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-29 21:12:33 +0300
commit46c80d5d1122c4917565f8cc1c2b7fe2d0481bd8 (patch)
tree8285a3ea87de3d9baf578541f852dafa38bd26d2 /source/blender/blenkernel/intern/autoexec.c
parent1cb59394ae69148904de34a32d09319f02c86a09 (diff)
Correct includes for win32
Diffstat (limited to 'source/blender/blenkernel/intern/autoexec.c')
-rw-r--r--source/blender/blenkernel/intern/autoexec.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/autoexec.c b/source/blender/blenkernel/intern/autoexec.c
index e161db9da4f..d9462cd0262 100644
--- a/source/blender/blenkernel/intern/autoexec.c
+++ b/source/blender/blenkernel/intern/autoexec.c
@@ -36,6 +36,10 @@
#include "BLI_fnmatch.h"
#include "BLI_path_util.h"
+#ifdef WIN32
+# include "BLI_string.h"
+#endif
+
#include "BKE_autoexec.h" /* own include */
/**