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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2012-12-02 13:54:44 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-12-02 13:54:44 +0400
commit3d6bc1e1f4d33f28b88111ed909b6a95c9c15843 (patch)
tree68452df8da848870b2990650fe6a1f313bc99d13 /source/blender/makesrna
parent6b03e9bc4720c8fc9e0aabd8ceea18792c2bde2c (diff)
Fix warning about missing BKE_idcode_to_name_plural.
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_access.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_access.c b/source/blender/makesrna/intern/rna_access.c
index 7ec9aebab3b..488dbffc3db 100644
--- a/source/blender/makesrna/intern/rna_access.c
+++ b/source/blender/makesrna/intern/rna_access.c
@@ -46,6 +46,7 @@
#include "BKE_animsys.h"
#include "BKE_context.h"
+#include "BKE_idcode.h"
#include "BKE_idprop.h"
#include "BKE_main.h"
#include "BKE_report.h"