X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fvideo_mxf_decoder.cc;h=1bf2b1bef87737957f55dc92f873b4d761b82b5e;hp=3c4002ca2b6d9acbbe20079627ebd5f3f39f0c94;hb=c4403784febdbdd42e9c32e67fadb147f11fe566;hpb=248fe9bd28d93a9e269093b4dfbec5d0ceb49ce1 diff --git a/src/lib/video_mxf_decoder.cc b/src/lib/video_mxf_decoder.cc index 3c4002ca2..1bf2b1bef 100644 --- a/src/lib/video_mxf_decoder.cc +++ b/src/lib/video_mxf_decoder.cc @@ -30,6 +30,7 @@ using boost::shared_ptr; using boost::optional; +using namespace dcpomatic; VideoMXFDecoder::VideoMXFDecoder (shared_ptr film, shared_ptr content) : Decoder (film)