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:
authorThomas Dinges <blender@dingto.org>2012-10-26 22:06:14 +0400
committerThomas Dinges <blender@dingto.org>2012-10-26 22:06:14 +0400
commit818710f082019ecc177c2366817b54e45cd03e36 (patch)
tree0f6fb233a4f1bc64b475412e8ffe6beb4202888c /source/blender/python/intern/bpy_rna_array.c
parent16ced603721d4a229bc4395fc632530876cd5d60 (diff)
* Windows compile fix for __func__ (r51642)
Diffstat (limited to 'source/blender/python/intern/bpy_rna_array.c')
-rw-r--r--source/blender/python/intern/bpy_rna_array.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/intern/bpy_rna_array.c b/source/blender/python/intern/bpy_rna_array.c
index 51f9e897264..e66d8f05309 100644
--- a/source/blender/python/intern/bpy_rna_array.c
+++ b/source/blender/python/intern/bpy_rna_array.c
@@ -30,6 +30,8 @@
#include "RNA_types.h"
+#include "BLI_utildefines.h"
+
#include "bpy_rna.h"
#include "BKE_global.h"
#include "MEM_guardedalloc.h"