From 735b444d74d41bf2cec1ab81e781283e79d9c3d6 Mon Sep 17 00:00:00 2001 From: Arystanbek Dyussenov Date: Tue, 16 Mar 2010 16:15:30 +0000 Subject: [PATCH] Fix this error when building with collada: http://www.pasteall.org/11757 --- source/blender/editors/include/ED_keyframing.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/blender/editors/include/ED_keyframing.h b/source/blender/editors/include/ED_keyframing.h index dc0fb597c22..c0821b3ff55 100644 --- a/source/blender/editors/include/ED_keyframing.h +++ b/source/blender/editors/include/ED_keyframing.h @@ -47,6 +47,8 @@ struct wmOperatorType; struct PointerRNA; struct PropertyRNA; +#include "RNA_types.h" + /* ************ Keyframing Management **************** */ /* Get the active settings for keyframing settings from context (specifically the given scene)