Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / lib / j2k_encoder.cc
index 94728d6a9e6acccbe5839e4acc0c73d3d1b09530..431a47e6530e8277961ebc1f5ca0a6b7f24c32c2 100644 (file)
@@ -48,6 +48,7 @@ using boost::shared_ptr;
 using boost::weak_ptr;
 using boost::optional;
 using dcp::Data;
+using namespace dcpomatic;
 
 /** @param film Film that we are encoding.
  *  @param writer Writer that we are using.