[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37149] branches/soc-2011-pepper/source/ blender/editors/animation/anim_channels_edit.c: Building fix: added missing include.

Joerg Mueller nexyon at gmail.com
Sat Jun 4 01:12:34 CEST 2011


Revision: 37149
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37149
Author:   nexyon
Date:     2011-06-03 23:12:34 +0000 (Fri, 03 Jun 2011)
Log Message:
-----------
Building fix: added missing include. Aligorith: would be nice to include needed headers for functions you use...

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-06-03 23:12:31 UTC (rev 37148)
+++ branches/soc-2011-pepper/source/blender/editors/animation/anim_channels_edit.c	2011-06-03 23:12:34 UTC (rev 37149)
@@ -38,8 +38,8 @@
 
 #include "BLI_blenlib.h"
 #include "BLI_utildefines.h"
+#include "BKE_library.h"
 
-
 #include "DNA_anim_types.h"
 #include "DNA_object_types.h"
 #include "DNA_scene_types.h"




More information about the Bf-blender-cvs mailing list