Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / lib / video_decoder.cc
index 813320eb86f89ecd5518a315df121a9011500411..9f29a03bfbf8009ddc42a45e9a7539c5d4c6f627 100644 (file)
@@ -35,6 +35,7 @@ using std::max;
 using std::back_inserter;
 using boost::shared_ptr;
 using boost::optional;
+using namespace dcpomatic;
 
 VideoDecoder::VideoDecoder (Decoder* parent, shared_ptr<const Content> c)
        : DecoderPart (parent)