[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [27540] trunk/blender/source/blender/ editors/include/ED_keyframing.h: Fix this error when building with collada: http://www.pasteall.org/11757

Arystanbek Dyussenov arystan.d at gmail.com
Tue Mar 16 17:15:31 CET 2010


Revision: 27540
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=27540
Author:   kazanbas
Date:     2010-03-16 17:15:30 +0100 (Tue, 16 Mar 2010)

Log Message:
-----------
Fix this error when building with collada: http://www.pasteall.org/11757

Modified Paths:
--------------
    trunk/blender/source/blender/editors/include/ED_keyframing.h

Modified: trunk/blender/source/blender/editors/include/ED_keyframing.h
===================================================================
--- trunk/blender/source/blender/editors/include/ED_keyframing.h	2010-03-16 16:11:26 UTC (rev 27539)
+++ trunk/blender/source/blender/editors/include/ED_keyframing.h	2010-03-16 16:15:30 UTC (rev 27540)
@@ -47,6 +47,8 @@
 struct PointerRNA;
 struct PropertyRNA;
 
+#include "RNA_types.h"
+
 /* ************ Keyframing Management **************** */
 
 /* Get the active settings for keyframing settings from context (specifically the given scene) 





More information about the Bf-blender-cvs mailing list