Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / lib / dcp_subtitle_content.cc
index 54bd631cb6586a03dc7ee15c9831193e78c78e56..81e26cf7cb6909c482d5f1c4fba6c24c76ae6be5 100644 (file)
@@ -36,6 +36,7 @@ using std::list;
 using boost::shared_ptr;
 using boost::dynamic_pointer_cast;
 using dcp::raw_convert;
+using namespace dcpomatic;
 
 DCPSubtitleContent::DCPSubtitleContent (boost::filesystem::path path)
        : Content (path)