Put Time types in dcpomatic namespace.
[dcpomatic.git] / test / empty_test.cc
index 86ce2075c06c31535b448e90c71b9dd9a7e15ffc..428d0f9bb3e75d4c1bb9ac99f92a225068682ade 100644 (file)
@@ -30,6 +30,7 @@
 #include <boost/test/unit_test.hpp>
 
 using boost::shared_ptr;
+using namespace dcpomatic;
 
 bool
 has_video (shared_ptr<Piece> piece)