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/makesrna/intern/rna_scene.c')
-rw-r--r--source/blender/makesrna/intern/rna_scene.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index db44260f4b5..8dfea3c2a0f 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -43,7 +43,6 @@
#include "IMB_imbuf_types.h"
#include "BLI_math.h"
-#include "BLI_string_utils.h"
#include "BLT_translation.h"
@@ -484,6 +483,8 @@ const EnumPropertyItem rna_enum_transform_orientation_items[] = {
#ifdef RNA_RUNTIME
+#include "BLI_string_utils.h"
+
#include "DNA_anim_types.h"
#include "DNA_color_types.h"
#include "DNA_node_types.h"