Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / lib / video_ring_buffers.cc
index 0167f4aec4309c62ba47d1966ee04cba278ced5a..bfec507ea4f84a5b22e82271e5966e33e9771e2a 100644 (file)
@@ -32,6 +32,7 @@ using std::pair;
 using std::string;
 using boost::shared_ptr;
 using boost::optional;
+using namespace dcpomatic;
 
 void
 VideoRingBuffers::put (shared_ptr<PlayerVideo> frame, DCPTime time)