Fix lots of macOS warnings by using a different boost/bind include.
[dcpomatic.git] / src / wx / language_tag_dialog.cc
index 94e266f2c5b88e2a4e601fc5b528632ba54eb84b..245dee2dbf37551becced762afc8bd31d1585af2 100644 (file)
@@ -26,7 +26,7 @@
 #include <wx/srchctrl.h>
 #include <wx/wx.h>
 #include <boost/algorithm/string.hpp>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
 #include <boost/foreach.hpp>
 #include <boost/optional.hpp>
 #include <boost/shared_ptr.hpp>