std::shared_ptr
[dcpomatic.git] / src / lib / dcp_content.cc
index 3b90c9c4f2400bf8e17be6047a910ac5c92133f6..d4bd58e584099c9d937f5209e97639dbeb2a0f85 100644 (file)
@@ -53,11 +53,11 @@ using std::pair;
 using std::vector;
 using std::list;
 using std::map;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::scoped_ptr;
 using boost::optional;
 using boost::function;
-using boost::dynamic_pointer_cast;
+using std::dynamic_pointer_cast;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif