Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / lib / audio_decoder.cc
index 440510ce562c9dbb13304a75f5f3a24e6f471eb2..e0fb20b7eec172dbff61ff1e68bae2f8196d4310 100644 (file)
@@ -35,6 +35,7 @@ using std::map;
 using std::pair;
 using boost::shared_ptr;
 using boost::optional;
+using namespace dcpomatic;
 
 AudioDecoder::AudioDecoder (Decoder* parent, shared_ptr<const AudioContent> content, bool fast)
        : DecoderPart (parent)