Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / lib / dcp_encoder.cc
index 50a8fd927264eecf385a0c208ab2171dc14ecaa3..99edb005066524cc683fd2a24a00f1df5cb87204 100644 (file)
@@ -50,6 +50,7 @@ using boost::shared_ptr;
 using boost::weak_ptr;
 using boost::dynamic_pointer_cast;
 using boost::optional;
+using namespace dcpomatic;
 
 /** Construct a DCP encoder.
  *  @param film Film that we are encoding.