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>2011-04-06 10:29:10 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-06 10:29:10 +0400
commit696e7a311a2162e0e6dd3df27198b70b44fcf137 (patch)
tree79b8aed9e2740e6cde113bff45c52c1840a00734 /source/blender/python
parent083f8d3a0a9aacbbbcfe09f037386450f55fbc99 (diff)
include needed for windows
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/intern/bpy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/intern/bpy.c b/source/blender/python/intern/bpy.c
index b247781b197..6433ea2b26b 100644
--- a/source/blender/python/intern/bpy.c
+++ b/source/blender/python/intern/bpy.c
@@ -42,6 +42,7 @@
#include "bpy_operator.h"
#include "BLI_path_util.h"
+#include "BLI_string.h"
#include "BLI_bpath.h"
#include "BLI_utildefines.h"