[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [36511] branches/cycles/source/blender/ makesrna/intern/rna_space.c: Cycles: fix missing #include.

Brecht Van Lommel brechtvanlommel at pandora.be
Fri May 6 11:19:30 CEST 2011


Revision: 36511
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=36511
Author:   blendix
Date:     2011-05-06 09:19:29 +0000 (Fri, 06 May 2011)
Log Message:
-----------
Cycles: fix missing #include.

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

Modified: branches/cycles/source/blender/makesrna/intern/rna_space.c
===================================================================
--- branches/cycles/source/blender/makesrna/intern/rna_space.c	2011-05-06 08:16:44 UTC (rev 36510)
+++ branches/cycles/source/blender/makesrna/intern/rna_space.c	2011-05-06 09:19:29 UTC (rev 36511)
@@ -48,6 +48,7 @@
 #include "WM_api.h"
 #include "WM_types.h"
 
+#include "RE_engine.h"
 #include "RE_pipeline.h"
 
 EnumPropertyItem space_type_items[] = {




More information about the Bf-blender-cvs mailing list