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:
authorRichard Antalik <richardantalik@gmail.com>2022-06-27 23:17:59 +0300
committerRichard Antalik <richardantalik@gmail.com>2022-06-27 23:17:59 +0300
commit36348bf4fc6577ab230701269a6875c3890c8830 (patch)
tree435049a19899b7b2ebdab5bc0b7ed1ca7a61f65e /source/blender/sequencer/intern/sequencer.c
parent8eef98710ba32a39c201dee20dc195d1d81364e8 (diff)
Fix error in previous commit - missed include
Diffstat (limited to 'source/blender/sequencer/intern/sequencer.c')
-rw-r--r--source/blender/sequencer/intern/sequencer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/sequencer/intern/sequencer.c b/source/blender/sequencer/intern/sequencer.c
index c8b9e5e6654..79549a09c26 100644
--- a/source/blender/sequencer/intern/sequencer.c
+++ b/source/blender/sequencer/intern/sequencer.c
@@ -37,6 +37,7 @@
#include "SEQ_select.h"
#include "SEQ_sequencer.h"
#include "SEQ_sound.h"
+#include "SEQ_time.h"
#include "SEQ_utils.h"
#include "BLO_read_write.h"