std::shared_ptr
[dcpomatic.git] / src / tools / dcpomatic_playlist.cc
index 9027e7e30eb04ae61d7712d61bd9deb970191770..261f0897267d9fc834f4daadf9ab6f832cbc6232 100644 (file)
@@ -45,10 +45,10 @@ using std::map;
 using std::make_pair;
 using std::vector;
 using boost::optional;
-using boost::shared_ptr;
-using boost::weak_ptr;
+using std::shared_ptr;
+using std::weak_ptr;
 using boost::bind;
-using boost::dynamic_pointer_cast;
+using std::dynamic_pointer_cast;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif