macOS / new boost build fixes.
[dcpomatic.git] / src / wx / video_waveform_dialog.cc
index 8becbd5fbca485aa855688dd39ada0ae475bb6ea..3603c5dd29ba5e8bd00db4c1ee77e5717edfe66c 100644 (file)
@@ -30,6 +30,10 @@ using std::cout;
 using boost::bind;
 using boost::weak_ptr;
 using boost::shared_ptr;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
+
 
 VideoWaveformDialog::VideoWaveformDialog (wxWindow* parent, weak_ptr<const Film> film, weak_ptr<FilmViewer> viewer)
        : wxDialog (