From d044ecea10f1a69e8e941f36d5e53e49dbed1446 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Sat, 9 Jul 2011 01:11:09 +0000 Subject: Compiler warning fix --- source/blender/editors/animation/anim_channels_edit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/animation') diff --git a/source/blender/editors/animation/anim_channels_edit.c b/source/blender/editors/animation/anim_channels_edit.c index 864bf8e55de..eee7fb0badd 100644 --- a/source/blender/editors/animation/anim_channels_edit.c +++ b/source/blender/editors/animation/anim_channels_edit.c @@ -51,6 +51,7 @@ #include "BKE_action.h" #include "BKE_fcurve.h" +#include "BKE_gpencil.h" #include "BKE_context.h" #include "BKE_global.h" -- cgit v1.2.3