Fix lots of macOS warnings by using a different boost/bind include.
[dcpomatic.git] / src / tools / dcpomatic_player.cc
index d4e247d62bb701be3ed8fffef1fd248ed425abb1..f37f77c22534b095c821a598501f76f65b233d1d 100644 (file)
@@ -69,7 +69,7 @@
 #ifdef __WXGTK__
 #include <X11/Xlib.h>
 #endif
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
 #include <boost/algorithm/string.hpp>
 #include <iostream>