std::shared_ptr
[dcpomatic.git] / src / tools / dcpomatic_batch.cc
index 3517de9fef04650675663cf49132c25b710e8c2e..46c66d2c9296ceb4b55337c4c422d3724501fa2c 100644 (file)
@@ -49,10 +49,10 @@ using std::string;
 using std::cout;
 using std::list;
 using std::set;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::thread;
 using boost::scoped_array;
-using boost::dynamic_pointer_cast;
+using std::dynamic_pointer_cast;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif