Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / lib / video_content.cc
index fe35b0df3e800415b097691e59d8bc90e8d315e5..d8d8adbf8becc2372bd331ef67e759a69284884d 100644 (file)
@@ -61,6 +61,7 @@ using boost::shared_ptr;
 using boost::optional;
 using boost::dynamic_pointer_cast;
 using dcp::raw_convert;
+using namespace dcpomatic;
 
 VideoContent::VideoContent (Content* parent)
        : ContentPart (parent)