From 6dd01e80c90af2ee270fa54f0ea27bb4acbe9935 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Fri, 19 Jan 2007 07:32:40 +0000 Subject: [PATCH] This commit fixes the compiler warning from a previous commit (to move visual keyframing backend stuff to a better place in code). --- source/blender/src/editipo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/src/editipo.c b/source/blender/src/editipo.c index 3db77a7decd..0cd7e388aea 100644 --- a/source/blender/src/editipo.c +++ b/source/blender/src/editipo.c @@ -72,6 +72,7 @@ #include "DNA_world_types.h" #include "BKE_action.h" +#include "BKE_armature.h" #include "BKE_anim.h" #include "BKE_constraint.h" #include "BKE_depsgraph.h"