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
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-11-24 15:35:06 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-11-24 15:35:06 +0300
commit284f66acf76f92ea987408a64d27601c7b28c331 (patch)
tree21d4aeb8226e78de44ee218d71fc1be4e61a0276 /source/blender/editors/animation/keyingsets.c
parent2d4f112b18725a8237629e92996d4c2deb117c5b (diff)
Fix for last commit, forgot to update collada.
Diffstat (limited to 'source/blender/editors/animation/keyingsets.c')
-rw-r--r--source/blender/editors/animation/keyingsets.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/animation/keyingsets.c b/source/blender/editors/animation/keyingsets.c
index 39dd652e649..e91b1f11ae2 100644
--- a/source/blender/editors/animation/keyingsets.c
+++ b/source/blender/editors/animation/keyingsets.c
@@ -53,6 +53,7 @@
#include "BKE_animsys.h"
#include "BKE_action.h"
#include "BKE_constraint.h"
+#include "BKE_depsgraph.h"
#include "BKE_fcurve.h"
#include "BKE_utildefines.h"
#include "BKE_context.h"