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>2010-09-26 17:53:32 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-09-26 17:53:32 +0400
commit47628dfab63acd6099216db7e9d011b739e3a287 (patch)
treeaf27ecd0f8df507a29f71d16bfe2ab4f7cfd0403 /source/blender/python
parent1190f43830f0711b941428731a252a8f8790b181 (diff)
missing include from own commit r32117
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/intern/bpy_rna.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/intern/bpy_rna.c b/source/blender/python/intern/bpy_rna.c
index b0ae13640ba..729d0c2606e 100644
--- a/source/blender/python/intern/bpy_rna.c
+++ b/source/blender/python/intern/bpy_rna.c
@@ -28,6 +28,7 @@
#include "bpy_rna_callback.h"
//#include "blendef.h"
#include "BLI_dynstr.h"
+#include "BLI_string.h"
#include "BLI_listbase.h"
#include "float.h" /* FLT_MIN/MAX */