std::shared_ptr
[dcpomatic.git] / src / wx / video_waveform_plot.cc
index edec4d6ebb9e737c90e2aa980d05ca3f9e0546c5..cf07a2ea7fca10d5b19d1223de492a58d6887d8c 100644 (file)
@@ -36,8 +36,8 @@ using std::cout;
 using std::min;
 using std::max;
 using std::string;
-using boost::weak_ptr;
-using boost::shared_ptr;
+using std::weak_ptr;
+using std::shared_ptr;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif