std::shared_ptr
[dcpomatic.git] / src / lib / dcp_subtitle_decoder.cc
index 16a738a5135eedc5407e55f6185554faefc14d1a..5c14b78858f1cedb7f28e3529f5b7b20de2d6a2b 100644 (file)
@@ -29,8 +29,8 @@ using std::list;
 using std::map;
 using std::string;
 using std::vector;
-using boost::shared_ptr;
-using boost::dynamic_pointer_cast;
+using std::shared_ptr;
+using std::dynamic_pointer_cast;
 using boost::bind;
 using namespace dcpomatic;