std::shared_ptr
[dcpomatic.git] / src / wx / video_waveform_plot.cc
index 866f5f568a528f2d769593bb16f23842f151dd08..cf07a2ea7fca10d5b19d1223de492a58d6887d8c 100644 (file)
 #include <dcp/openjpeg_image.h>
 #include <wx/rawbmp.h>
 #include <wx/graphics.h>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
 #include <iostream>
 
 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