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:
authorArystanbek Dyussenov <arystan.d@gmail.com>2009-08-19 13:52:13 +0400
committerArystanbek Dyussenov <arystan.d@gmail.com>2009-08-19 13:52:13 +0400
commit7220792f187f91a2ef3eb0c930a13674b2a8a80a (patch)
tree7a8eb394106d1b25f7a44f560e732140ca2b4d42 /source/blender/makesrna/intern/rna_scene_api.c
parent7c786e28c4965fc7314d7a2a3521f41f9b562726 (diff)
Various fixes in rna_*_api.c files to remove compiler warnings.
Diffstat (limited to 'source/blender/makesrna/intern/rna_scene_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_scene_api.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_scene_api.c b/source/blender/makesrna/intern/rna_scene_api.c
index f3cbb630df5..076fe38ed2f 100644
--- a/source/blender/makesrna/intern/rna_scene_api.c
+++ b/source/blender/makesrna/intern/rna_scene_api.c
@@ -38,8 +38,12 @@
#ifdef RNA_RUNTIME
#include "BKE_scene.h"
+#include "BKE_depsgraph.h"
+
#include "ED_object.h"
+#include "WM_api.h"
+
static void rna_Scene_add_object(Scene *sce, ReportList *reports, Object *ob)
{
Base *base= object_in_scene(ob, sce);