std::shared_ptr
[dcpomatic.git] / test / util_test.cc
index 9f03b6a4714a6120827ced463daa8af740dc5cde..56de057a68bc76997e5bb4a6a1289ecc480ed023 100644 (file)
@@ -34,7 +34,7 @@
 using std::string;
 using std::vector;
 using std::list;
-using boost::shared_ptr;
+using std::shared_ptr;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif