std::shared_ptr
[dcpomatic.git] / src / wx / kdm_output_panel.cc
index 961a27fc2a66dab5a854d23790c29ce5929d2923..c08a767320635ca8360f6be97ecf3d84b0a50f6f 100644 (file)
@@ -48,7 +48,7 @@ using std::string;
 using std::list;
 using std::exception;
 using std::make_pair;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::function;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;