std::shared_ptr
[dcpomatic.git] / src / wx / audio_panel.cc
index 2809ce44a2faa7f3316da93aff7e96c9ef2e7060..bf73798dac5779f4000346b819133afc97b721de 100644 (file)
@@ -43,8 +43,8 @@ using std::cout;
 using std::string;
 using std::list;
 using std::pair;
-using boost::dynamic_pointer_cast;
-using boost::shared_ptr;
+using std::dynamic_pointer_cast;
+using std::shared_ptr;
 using boost::optional;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;