Another macOS std::list boost::thread SNAFU.
[dcpomatic.git] / src / lib / string_text_file_decoder.cc
index 8c9880b0c7118881942b3cebb2ab76991e25bf06..4cf34a3a94c31ace9c56d4ba4547587cd2ceab58 100644 (file)
@@ -34,6 +34,7 @@ using std::max;
 using boost::shared_ptr;
 using boost::optional;
 using boost::dynamic_pointer_cast;
+using namespace dcpomatic;
 
 StringTextFileDecoder::StringTextFileDecoder (shared_ptr<const Film> film, shared_ptr<const StringTextFileContent> content)
        : Decoder (film)