std::shared_ptr
[dcpomatic.git] / test / burnt_subtitle_test.cc
index 2a1360c78269b5962c08509eb15be62f036db284..4a056dbf70e949af532eb6cbe43eeb9d54bc1e34 100644 (file)
@@ -49,8 +49,8 @@
 
 using std::cout;
 using std::map;
-using boost::shared_ptr;
-using boost::dynamic_pointer_cast;
+using std::shared_ptr;
+using std::dynamic_pointer_cast;
 using namespace dcpomatic;
 
 /** Build a small DCP with no picture and a single subtitle overlaid onto it from a SubRip file */