std::shared_ptr
[dcpomatic.git] / src / wx / simple_video_view.cc
index 2b86ea68884194b0711ee75e3a95bdf9d0b5f254..342829471701f31bdee469a73ffd956d4e4a6dca 100644 (file)
@@ -32,7 +32,7 @@
 using std::max;
 using std::string;
 using boost::optional;
-using boost::shared_ptr;
+using std::shared_ptr;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif