Fix lots of macOS warnings by using a different boost/bind include.
[dcpomatic.git] / src / wx / export_video_file_dialog.cc
index 062fcc81f4732400104c63a845cc52499211393a..f1b2d2622e5e49322768a20d86e0ddbcada998a0 100644 (file)
@@ -26,7 +26,7 @@
 DCPOMATIC_DISABLE_WARNINGS
 #include <wx/filepicker.h>
 DCPOMATIC_ENABLE_WARNINGS
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
 
 using std::string;
 using boost::bind;