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-08-13 02:37:41 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-08-13 02:37:41 +0400
commit315c55916ba532eee35aceb17d48b589397338bc (patch)
tree397688220342c89b3b7bebcf39924390d246d5cc /source/blender/makesrna/intern/rna_access.c
parentdea01a0928b82f63a86cbdaec6132e94fafda571 (diff)
RNA: use static declarations
Diffstat (limited to 'source/blender/makesrna/intern/rna_access.c')
-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 9f0e68d37c6..34e78018b03 100644
--- a/source/blender/makesrna/intern/rna_access.c
+++ b/source/blender/makesrna/intern/rna_access.c
@@ -55,6 +55,7 @@
#include "RNA_access.h"
#include "RNA_define.h"
+#include "RNA_enum_types.h"
#include "WM_api.h"