Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / lib / playlist.cc
index 6d125afa63ba93d592a7bd7f4580d9f1d6e9ea12..9e96c693a529679b197ae66e0ba6c67d8a2fc248 100644 (file)
@@ -51,6 +51,7 @@ using boost::optional;
 using boost::shared_ptr;
 using boost::weak_ptr;
 using boost::dynamic_pointer_cast;
+using namespace dcpomatic;
 
 Playlist::Playlist ()
        : _sequence (true)