std::shared_ptr
[dcpomatic.git] / test / remake_with_subtitle_test.cc
index 27d76ed31b624a700870853e5248b2c57773f7ec..81738c2eab005a94647983bdf11005e1bfffcea9 100644 (file)
@@ -25,8 +25,8 @@
 #include "test.h"
 #include <boost/test/unit_test.hpp>
 
-using boost::shared_ptr;
-using boost::dynamic_pointer_cast;
+using std::shared_ptr;
+using std::dynamic_pointer_cast;
 
 /** Check that if we remake a DCP having turned off subtitles the code notices
  *  and doesn't re-use the old video data.