std::shared_ptr
[dcpomatic.git] / src / wx / content_sub_panel.cc
index 1a92c0dcd3b1e03955bb33d6daca342b9bda9ab4..b4ba5517562588f2282b2b8d7c244fff63e26d45 100644 (file)
@@ -29,7 +29,7 @@
 
 using std::list;
 using std::string;
-using boost::shared_ptr;
+using std::shared_ptr;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif