std::shared_ptr
[libdcp.git] / test / read_dcp_test.cc
index 66a4b43f78c353f5f88893aeecc17751a3a47d56..c885523ad2bebe2a4079a08bb863d7af3948dec1 100644 (file)
@@ -37,7 +37,7 @@
 #include "cpl.h"
 
 using std::list;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 /** Read a SMPTE DCP that is in git and make sure that basic stuff is read in correctly */
 BOOST_AUTO_TEST_CASE (read_dcp_test1)