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>2015-02-08 06:33:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-02-08 07:08:31 +0300
commitd989d8a37456da5b79b6c3a3d8278888e5f06ad0 (patch)
tree6bde8548cbc193bff9eac4d8b6f0f8a42533c445 /source/blender/makesrna/intern/rna_sound_api.c
parent9c9dab095d49d286887a5aa9df69f1a16570aaf1 (diff)
CMake: only quiet warnings for generated rna files
also minor warning cleanup
Diffstat (limited to 'source/blender/makesrna/intern/rna_sound_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_sound_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_sound_api.c b/source/blender/makesrna/intern/rna_sound_api.c
index 07b65983b33..0164daa98d0 100644
--- a/source/blender/makesrna/intern/rna_sound_api.c
+++ b/source/blender/makesrna/intern/rna_sound_api.c
@@ -32,6 +32,8 @@
#include "RNA_define.h"
#include "RNA_enum_types.h"
+#include "rna_internal.h"
+
#ifdef RNA_RUNTIME
#include "BKE_packedFile.h"