std::shared_ptr
[dcpomatic.git] / src / wx / nag_dialog.cc
index a4c88103977c9cd04b9e526b22775c47f0d715db..5b989bdb55d4aba2b7a995dbdfc4b110db8fcd92 100644 (file)
@@ -24,7 +24,7 @@
 #include "check_box.h"
 #include <boost/foreach.hpp>
 
-using boost::shared_ptr;
+using std::shared_ptr;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif