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>2020-10-02 04:39:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-10-02 04:58:33 +0300
commite2e31b9baca8fa98273f029c6ca47eab662db747 (patch)
tree2da356c811a42aea0647f43c208dd8d4b1433c43 /source/blender/makesrna/intern/rna_collection.c
parentedd1164575feefda103c73119a98cbd994e53141 (diff)
Cleanup: compiler warnings
Diffstat (limited to 'source/blender/makesrna/intern/rna_collection.c')
-rw-r--r--source/blender/makesrna/intern/rna_collection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_collection.c b/source/blender/makesrna/intern/rna_collection.c
index 69f8bd85975..df1d7abd6b1 100644
--- a/source/blender/makesrna/intern/rna_collection.c
+++ b/source/blender/makesrna/intern/rna_collection.c
@@ -25,6 +25,7 @@
#include "BLI_utildefines.h"
#include "RNA_define.h"
+#include "RNA_enum_types.h"
#include "rna_internal.h"