Create OTIO namespace in otioutils.h

This commit is contained in:
Thomas Wilshaw
2020-11-16 16:47:31 +00:00
parent 3b68f027f8
commit f9e2a83ee4
5 changed files with 33 additions and 1 deletions
+2
View File
@@ -21,6 +21,8 @@
#ifndef OTIODECODER_H
#define OTIODECODER_H
#include "common/otioutils.h"
#include "project/project.h"
#include "task/project/load/loadbasetask.h"
+1
View File
@@ -24,6 +24,7 @@
#include <opentimelineio/timeline.h>
#include <opentimelineio/track.h>
#include "common/otioutils.h"
#include "project/project.h"
#include "task/task.h"