std::shared_ptr
[dcpomatic.git] / src / lib / encode_server_finder.cc
index c823d868f03f90560430e227ccbf470757192d89..5a5a2bfb74cd38a6bf3329f362c7b9c43dbee215 100644 (file)
@@ -37,9 +37,9 @@ using std::string;
 using std::list;
 using std::vector;
 using std::cout;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::scoped_array;
-using boost::weak_ptr;
+using std::weak_ptr;
 using boost::optional;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;