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:
authorBastien Montagne <montagne29@wanadoo.fr>2018-07-23 19:37:29 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-07-23 19:37:29 +0300
commit7d6776ba2da7dbac3d80ccef28becf311f93a745 (patch)
treef00819704367a0f3787ed85867fbd118ef9ec14b /source/blender/blenloader
parentadbccae4b48acdf58d8b715be660ba522a5dfad6 (diff)
Fix missing header include in previous master merge.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/versioning_280.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/versioning_280.c b/source/blender/blenloader/intern/versioning_280.c
index 79ae95e96e4..edeefe35567 100644
--- a/source/blender/blenloader/intern/versioning_280.c
+++ b/source/blender/blenloader/intern/versioning_280.c
@@ -70,6 +70,7 @@
#include "BKE_report.h"
#include "BKE_scene.h"
#include "BKE_screen.h"
+#include "BKE_sequencer.h"
#include "BKE_studiolight.h"
#include "BKE_workspace.h"