From d5929b452e449daaa55b7bf305abcd37847c4fef Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 6 May 2011 09:19:29 +0000 Subject: [PATCH] Cycles: fix missing #include. --- source/blender/makesrna/intern/rna_space.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c index c6d36d206be..1dcee4bf726 100644 --- a/source/blender/makesrna/intern/rna_space.c +++ b/source/blender/makesrna/intern/rna_space.c @@ -48,6 +48,7 @@ #include "WM_api.h" #include "WM_types.h" +#include "RE_engine.h" #include "RE_pipeline.h" EnumPropertyItem space_type_items[] = {