Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / lib / video_mxf_decoder.cc
index 3c4002ca2b6d9acbbe20079627ebd5f3f39f0c94..1bf2b1bef87737957f55dc92f873b4d761b82b5e 100644 (file)
@@ -30,6 +30,7 @@
 
 using boost::shared_ptr;
 using boost::optional;
+using namespace dcpomatic;
 
 VideoMXFDecoder::VideoMXFDecoder (shared_ptr<const Film> film, shared_ptr<const VideoMXFContent> content)
        : Decoder (film)