std::shared_ptr
[dcpomatic.git] / src / wx / dcp_panel.cc
index 1687704ec1a8d9fb5c6e7732874872f74d837c2c..972b30baca63c5088eb5f526f4913a04a1111952 100644 (file)
@@ -58,8 +58,8 @@ using std::pair;
 using std::max;
 using std::make_pair;
 using boost::lexical_cast;
-using boost::shared_ptr;
-using boost::weak_ptr;
+using std::shared_ptr;
+using std::weak_ptr;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif