std::shared_ptr
[dcpomatic.git] / test / import_dcp_test.cc
index cb485e68a872a2845b8c821d0ae1071ccf0b66e3..05b020e1c1240a6b7ceacac7799fd2db386603dc 100644 (file)
@@ -43,8 +43,8 @@
 using std::vector;
 using std::string;
 using std::map;
-using boost::shared_ptr;
-using boost::dynamic_pointer_cast;
+using std::shared_ptr;
+using std::dynamic_pointer_cast;
 
 /** Make an encrypted DCP, import it and make a new unencrypted DCP */
 BOOST_AUTO_TEST_CASE (import_dcp_test)