Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2007-01-19 10:32:40 +0300
committerJoshua Leung <aligorith@gmail.com>2007-01-19 10:32:40 +0300
commit6dd01e80c90af2ee270fa54f0ea27bb4acbe9935 (patch)
treeff4badaa60ba9d86a4e07f420a3b320d1cb9484f /source
parent6b0e6ccd85c07687258d6d4a5e40d2c56346b0e4 (diff)
This commit fixes the compiler warning from a previous commit (to move visual
keyframing backend stuff to a better place in code).
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/editipo.c1
1 files changed, 1 insertions, 0 deletions
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"