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-10-20 17:50:24 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-20 17:50:24 +0400
commit2bd9519e39f7c383005fd531f4c7dd92cce246ad (patch)
tree9c35ed5121599f4f57368baa63f15b0153b7bb16 /source/blender/python
parenta828845f27557242d59eb881ca2d5a43c8915636 (diff)
BLI_ghash.h was including BLI_blenlib.h, remove from ghash header and include in each file
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/intern/bpy_operator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/intern/bpy_operator.c b/source/blender/python/intern/bpy_operator.c
index b5fd7851458..7e8b9b7b6df 100644
--- a/source/blender/python/intern/bpy_operator.c
+++ b/source/blender/python/intern/bpy_operator.c
@@ -44,6 +44,7 @@
#include "../generic/bpy_internal_import.h"
#include "BLI_utildefines.h"
+#include "BLI_string.h"
#include "RNA_access.h"
#include "RNA_enum_types.h"