std::shared_ptr
[dcpomatic.git] / src / lib / writer.cc
index 77a6bb589183de5e159898204617eeab3b7d156c..ff2adeb0082df70b8e804c397126cfc9bf0d2473 100644 (file)
@@ -59,9 +59,9 @@ using std::map;
 using std::min;
 using std::max;
 using std::vector;
-using boost::shared_ptr;
-using boost::weak_ptr;
-using boost::dynamic_pointer_cast;
+using std::shared_ptr;
+using std::weak_ptr;
+using std::dynamic_pointer_cast;
 using boost::optional;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;