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:
Diffstat (limited to 'source/blender/editors/animation')
-rw-r--r--source/blender/editors/animation/anim_deps.c1
-rw-r--r--source/blender/editors/animation/anim_filter.c1
-rw-r--r--source/blender/editors/animation/anim_ops.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/animation/anim_deps.c b/source/blender/editors/animation/anim_deps.c
index fbd55592729..17251587d3b 100644
--- a/source/blender/editors/animation/anim_deps.c
+++ b/source/blender/editors/animation/anim_deps.c
@@ -50,6 +50,7 @@
#include "RNA_access.h"
#include "SEQ_sequencer.h"
+#include "SEQ_utils.h"
#include "ED_anim_api.h"
diff --git a/source/blender/editors/animation/anim_filter.c b/source/blender/editors/animation/anim_filter.c
index 83665d7a053..f2022194ed5 100644
--- a/source/blender/editors/animation/anim_filter.c
+++ b/source/blender/editors/animation/anim_filter.c
@@ -101,6 +101,7 @@
#include "ED_markers.h"
#include "SEQ_sequencer.h"
+#include "SEQ_utils.h"
#include "UI_resources.h" /* for TH_KEYFRAME_SCALE lookup */
diff --git a/source/blender/editors/animation/anim_ops.c b/source/blender/editors/animation/anim_ops.c
index 07601414fb0..a5514f6517e 100644
--- a/source/blender/editors/animation/anim_ops.c
+++ b/source/blender/editors/animation/anim_ops.c
@@ -56,6 +56,7 @@
#include "DEG_depsgraph_query.h"
#include "SEQ_sequencer.h"
+#include "SEQ_time.h"
#include "anim_intern.h"