[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [53989] trunk/blender/source/blender/ makesrna/intern/rna_space.c: add missing includes

Campbell Barton ideasman42 at gmail.com
Tue Jan 22 12:27:24 CET 2013


Revision: 53989
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=53989
Author:   campbellbarton
Date:     2013-01-22 11:27:22 +0000 (Tue, 22 Jan 2013)
Log Message:
-----------
add missing includes

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/intern/rna_space.c

Modified: trunk/blender/source/blender/makesrna/intern/rna_space.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_space.c	2013-01-22 11:23:05 UTC (rev 53988)
+++ trunk/blender/source/blender/makesrna/intern/rna_space.c	2013-01-22 11:27:22 UTC (rev 53989)
@@ -145,6 +145,7 @@
 #include "BKE_paint.h"
 #include "BKE_scene.h"
 #include "BKE_screen.h"
+#include "BKE_icons.h"
 
 #include "ED_image.h"
 #include "ED_node.h"
@@ -153,6 +154,8 @@
 #include "ED_sequencer.h"
 #include "ED_clip.h"
 
+#include "GPU_material.h"
+
 #include "IMB_imbuf_types.h"
 
 static StructRNA *rna_Space_refine(struct PointerRNA *ptr)




More information about the Bf-blender-cvs mailing list