std::shared_ptr
[dcpomatic.git] / test / remake_id_test.cc
index 2a96a148887f90e71f4dac656d780cbd61220704..488fada90694fde7189e211c53d46887dfa82bd9 100644 (file)
@@ -32,9 +32,9 @@
 
 using std::string;
 using std::vector;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::optional;
-using boost::dynamic_pointer_cast;
+using std::dynamic_pointer_cast;
 
 /** Check for bug #1126 whereby making a new DCP using the same video asset as an old one
  *  corrupts the old one.