std::shared_ptr
[dcpomatic.git] / src / lib / film.cc
index 5b8acbae9bb17868fa0baa64d40b2f504f085749..68e5c1c1fc76657ea7d2b9d99e90ab6316969c1a 100644 (file)
@@ -97,9 +97,9 @@ using std::back_inserter;
 using std::map;
 using std::exception;
 using std::find;
-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;
 using boost::is_any_of;
 #if BOOST_VERSION >= 106100