std::shared_ptr
[dcpomatic.git] / test / recover_test.cc
index 01afa5e92b13406c0e174d965e4885d0514a83be..aa8da8ba945a5b9406f32554adde3c4a68380b02 100644 (file)
@@ -37,7 +37,7 @@
 
 using std::cout;
 using std::string;
-using boost::shared_ptr;
+using std::shared_ptr;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif