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:
authorCampbell Barton <ideasman42@gmail.com>2010-04-29 11:06:00 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-04-29 11:06:00 +0400
commit7e0fc2692be86618bc25f21f61c7730d693041f7 (patch)
treebc04968dff9524af3f92ed043719f5e4d6a03983 /source/blender/editors/space_api
parentb008f044505b0955318b13733f34ade7f2a688e5 (diff)
add missing header
Diffstat (limited to 'source/blender/editors/space_api')
-rw-r--r--source/blender/editors/space_api/spacetypes.c1
1 files changed, 1 insertions, 0 deletions
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)