std::shared_ptr
[dcpomatic.git] / src / lib / dcp_encoder.cc
index c530492cf2275e98aae571f7908ae57e91516d52..dfd8ed8d741bda0e75e75f777bf2002628c66ad0 100644 (file)
@@ -47,9 +47,9 @@ using std::string;
 using std::cout;
 using std::list;
 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;