From 12aa67b4f7d8f3dee31a6dfc4d92148b9c26cc63 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Tue, 21 Feb 2023 15:36:08 -0800 Subject: [PATCH] otio: fix compilation --- app/dialog/otioproperties/otiopropertiesdialog.h | 2 +- app/task/project/loadotio/loadotio.h | 2 +- app/task/project/saveotio/saveotio.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/dialog/otioproperties/otiopropertiesdialog.h b/app/dialog/otioproperties/otiopropertiesdialog.h index ad66bbd9f..1e748ad4e 100644 --- a/app/dialog/otioproperties/otiopropertiesdialog.h +++ b/app/dialog/otioproperties/otiopropertiesdialog.h @@ -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 { diff --git a/app/task/project/loadotio/loadotio.h b/app/task/project/loadotio/loadotio.h index 9ee9d3a2a..4c0785ff9 100644 --- a/app/task/project/loadotio/loadotio.h +++ b/app/task/project/loadotio/loadotio.h @@ -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 { diff --git a/app/task/project/saveotio/saveotio.h b/app/task/project/saveotio/saveotio.h index 2fcbd1241..44678bd5c 100644 --- a/app/task/project/saveotio/saveotio.h +++ b/app/task/project/saveotio/saveotio.h @@ -27,7 +27,7 @@ #include #include "common/otioutils.h" -#include "node/project/project.h" +#include "node/project.h" #include "task/task.h" namespace olive {