From 7e0fc2692be86618bc25f21f61c7730d693041f7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 29 Apr 2010 07:06:00 +0000 Subject: add missing header --- source/blender/editors/space_api/spacetypes.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_api') diff --git a/source/blender/editors/space_api/spacetypes.c b/source/blender/editors/space_api/spacetypes.c index 3def3f962dc..d841a5a7c19 100644 --- a/source/blender/editors/space_api/spacetypes.c +++ b/source/blender/editors/space_api/spacetypes.c @@ -55,6 +55,7 @@ #include "ED_sound.h" #include "ED_uvedit.h" #include "ED_mball.h" +#include "ED_logic.h" /* only call once on startup, storage is global in BKE kernel listbase */ void ED_spacetypes_init(void) -- cgit v1.2.3