Fix lots of macOS warnings by using a different boost/bind include.
[dcpomatic.git] / src / wx / markers_dialog.cc
index dba4c0c0e5a8aece6fa5b33990af41f0cbf866cc..c8529f108f64bc00b8d65c17a6a1e4a046332301 100644 (file)
@@ -28,7 +28,7 @@
 #include "lib/film.h"
 #include <dcp/types.h>
 #include <wx/gbsizer.h>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
 #include <iostream>
 
 using std::cout;