Fix lots of macOS warnings by using a different boost/bind include.
[dcpomatic.git] / src / wx / player_stress_tester.cc
index 726db2a70b9144578ed6c1acee37e6ba5049c4c1..dfe2d181eb4e3e54803c2ecaf1617bb208e9c28c 100644 (file)
@@ -25,7 +25,7 @@
 #include <wx/wx.h>
 #include <boost/algorithm/string.hpp>
 #include <boost/foreach.hpp>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
 #include <string>
 #include <vector>
 #include <iostream>