std::shared_ptr
[dcpomatic.git] / src / lib / dcp_subtitle_content.cc
index 43936314b5c41238ad17fafcb37d7ff4a8b8adc6..d58779ee2da0835cbc19c0e65259703ddf02a0ef 100644 (file)
@@ -33,8 +33,8 @@
 
 using std::string;
 using std::list;
-using boost::shared_ptr;
-using boost::dynamic_pointer_cast;
+using std::shared_ptr;
+using std::dynamic_pointer_cast;
 using dcp::raw_convert;
 using namespace dcpomatic;