Fix lots of macOS warnings by using a different boost/bind include.
[dcpomatic.git] / src / wx / time_picker.cc
index 0d9668d7bf2c5114264345d049efbf264ba0ad39..966671be9ac100f8c876707a4ad8b8ff038068b3 100644 (file)
@@ -23,7 +23,7 @@
 #include "static_text.h"
 #include <dcp/locale_convert.h>
 #include <wx/spinctrl.h>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
 #include <iomanip>
 
 using std::setfill;