Adapt for libdcp use of enum class.
[dcpomatic.git] / src / lib / string_text_file_content.cc
index b3f7f431e025fe14940159b0dced2c6fbbde3e2c..2bf41611073025390db4f28ecc25d422cb68e396 100644 (file)
 
 using std::string;
 using std::cout;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::optional;
 using dcp::raw_convert;
+using namespace dcpomatic;
 
 StringTextFileContent::StringTextFileContent (boost::filesystem::path path)
        : Content (path)