std::shared_ptr
[dcpomatic.git] / src / wx / audio_plot.cc
index 74c10348e6bdb2fe9534988de1aec9cb632f43d4..682abe4324c47918877f6cfd661c1f9cfb277292 100644 (file)
@@ -37,8 +37,8 @@ using std::min;
 using std::map;
 using boost::bind;
 using boost::optional;
-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