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-05-01 01:21:08 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-01 01:21:08 +0400
commitaf86b008b2a3dacc33b4987c50d8ffa24f6f9817 (patch)
tree854b272c1196f704c11f0ca7f4c5eb024b2f8576 /source/blender/python/intern/bpy_rna_array.c
parentcb48c0ceeaf368ef2a13639b68241cdfede62806 (diff)
Include removal gave problems with windows, ifdef some back in for windows only
Diffstat (limited to 'source/blender/python/intern/bpy_rna_array.c')
-rw-r--r--source/blender/python/intern/bpy_rna_array.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy_rna_array.c b/source/blender/python/intern/bpy_rna_array.c
index a7a3c493f4e..033f8a3f3ec 100644
--- a/source/blender/python/intern/bpy_rna_array.c
+++ b/source/blender/python/intern/bpy_rna_array.c
@@ -30,11 +30,12 @@
#include "RNA_types.h"
-
#include "bpy_rna.h"
#include "BKE_global.h"
#include "MEM_guardedalloc.h"
+#include "BLI_utildefines.h"
+
#include "RNA_access.h"
#define USE_MATHUTILS