otio: fix compilation

This commit is contained in:
itsmattkc
2023-02-21 15:36:08 -08:00
parent 32c8d08a10
commit 12aa67b4f7
3 changed files with 3 additions and 3 deletions
@@ -8,7 +8,7 @@
#include "common/define.h"
#include "opentimelineio/timeline.h"
#include "node/project/sequence/sequence.h"
#include "node/project/project.h"
#include "node/project.h"
namespace olive {
+1 -1
View File
@@ -24,7 +24,7 @@
#ifdef USE_OTIO
#include "common/otioutils.h"
#include "node/project/project.h"
#include "node/project.h"
#include "task/project/load/loadbasetask.h"
namespace olive {
+1 -1
View File
@@ -27,7 +27,7 @@
#include <opentimelineio/track.h>
#include "common/otioutils.h"
#include "node/project/project.h"
#include "node/project.h"
#include "task/task.h"
namespace olive {