Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / lib / video_mxf_content.cc
index 436046890bb9c709497450ac6d1e5de7d070bed0..bf8bb9f469b22fb772c9b547f8876e40284f4175 100644 (file)
@@ -35,6 +35,7 @@
 using std::list;
 using std::string;
 using boost::shared_ptr;
+using namespace dcpomatic;
 
 VideoMXFContent::VideoMXFContent (boost::filesystem::path path)
        : Content (path)