Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / lib / util.cc
index 340af1ea839ba8c96c75f39fcc7f671ea254255b..1f6fba96302b4f9b3dc8943374860221fcc7b1cf 100644 (file)
@@ -106,6 +106,7 @@ using boost::scoped_array;
 using dcp::Size;
 using dcp::raw_convert;
 using dcp::locale_convert;
+using namespace dcpomatic;
 
 /** Path to our executable, required by the stacktrace stuff and filled
  *  in during App::onInit().