std::shared_ptr
[dcpomatic.git] / src / wx / timeline_content_view.cc
index 2af1c28ac3ce69086407df9daa431dad6aa8ed2f..2f2b7e3ed3bf907d9a8433c6709112c52dedd4e4 100644 (file)
@@ -26,7 +26,7 @@
 #include <boost/foreach.hpp>
 
 using std::list;
-using boost::shared_ptr;
+using std::shared_ptr;
 using namespace dcpomatic;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;