Fix lots of macOS warnings by using a different boost/bind include.
[dcpomatic.git] / src / lib / dcpomatic_socket.cc
index a0a7a1cf3f3d877ee92aa204c2ad3c23f162a754..580c7d36b8927358f2bd577f0a21fa9a2070fd59 100644 (file)
@@ -22,7 +22,7 @@
 #include "compose.hpp"
 #include "exceptions.h"
 #include "dcpomatic_assert.h"
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
 #include <boost/lambda/lambda.hpp>
 #include <iostream>