[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [36343] trunk/blender/source/blender/ makesrna/intern/rna_animation.c: Forgot this include in previous commit

Joshua Leung aligorith at gmail.com
Tue Apr 26 15:51:56 CEST 2011


Revision: 36343
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=36343
Author:   aligorith
Date:     2011-04-26 13:51:56 +0000 (Tue, 26 Apr 2011)
Log Message:
-----------
Forgot this include in previous commit

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/intern/rna_animation.c

Modified: trunk/blender/source/blender/makesrna/intern/rna_animation.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_animation.c	2011-04-26 13:49:40 UTC (rev 36342)
+++ trunk/blender/source/blender/makesrna/intern/rna_animation.c	2011-04-26 13:51:56 UTC (rev 36343)
@@ -55,6 +55,7 @@
 #ifdef RNA_RUNTIME
 
 #include "BKE_animsys.h"
+#include "BKE_fcurve.h"
 #include "BKE_nla.h"
 
 #include "WM_api.h"




More information about the Bf-blender-cvs mailing list