Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / lib / job.cc
index 4517765247075236bd702123852bc6125c27fc7e..1416ddfc20c4d1906b785a67ddc8506d40894b17 100644 (file)
@@ -46,6 +46,7 @@ using std::cout;
 using boost::shared_ptr;
 using boost::optional;
 using boost::function;
+using namespace dcpomatic;
 
 /** @param film Associated film, or 0 */
 Job::Job (shared_ptr<const Film> film)