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>2012-09-25 02:39:45 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-09-25 02:39:45 +0400
commitf2763492cf841aec915d8cd055fdb1c40a564c61 (patch)
tree1a96e6ff0607a8a8f894535bbce1018b98a8fa5c /source/blender/makesrna/intern/rna_text_api.c
parent3d6e2c2af671520e51c75fd76f8330ff65c2085d (diff)
code cleanup: add missing includes to RNA (this one is safe!)
Diffstat (limited to 'source/blender/makesrna/intern/rna_text_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_text_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_text_api.c b/source/blender/makesrna/intern/rna_text_api.c
index 0366012e260..5f67f367195 100644
--- a/source/blender/makesrna/intern/rna_text_api.c
+++ b/source/blender/makesrna/intern/rna_text_api.c
@@ -30,6 +30,8 @@
#include "RNA_define.h"
+#include "rna_internal.h" /* own include */
+
#ifdef RNA_RUNTIME
#include "WM_api.h"