[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38243] branches/soc-2011-pepper/source/ blender/editors/animation/anim_channels_edit.c: Compiler warning fix

Joshua Leung aligorith at gmail.com
Sat Jul 9 03:11:10 CEST 2011


Revision: 38243
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38243
Author:   aligorith
Date:     2011-07-09 01:11:09 +0000 (Sat, 09 Jul 2011)
Log Message:
-----------
Compiler warning fix

Modified Paths:
--------------
    branches/soc-2011-pepper/source/blender/editors/animation/anim_channels_edit.c

Modified: branches/soc-2011-pepper/source/blender/editors/animation/anim_channels_edit.c
===================================================================
--- branches/soc-2011-pepper/source/blender/editors/animation/anim_channels_edit.c	2011-07-08 23:21:13 UTC (rev 38242)
+++ branches/soc-2011-pepper/source/blender/editors/animation/anim_channels_edit.c	2011-07-09 01:11:09 UTC (rev 38243)
@@ -51,6 +51,7 @@
 
 #include "BKE_action.h"
 #include "BKE_fcurve.h"
+#include "BKE_gpencil.h"
 #include "BKE_context.h"
 #include "BKE_global.h"
 




More information about the Bf-blender-cvs mailing list