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"

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to