summaryrefslogtreecommitdiff
path: root/src/lib/dcpomatic_socket.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-10 19:27:53 +0100
committerCarl Hetherington <cth@carlh.net>2020-12-11 00:32:22 +0100
commitbd7f4bbde17d2087ba4c4bddf6439b3df869b1db (patch)
treee0efb8cd5c09f1cd8b9f232a78ffcbc05bce6e9c /src/lib/dcpomatic_socket.cc
parent3edab5ad8843b0a96ffd151bf74bc32c053f3f28 (diff)
Fix lots of macOS warnings by using a different boost/bind include.
Diffstat (limited to 'src/lib/dcpomatic_socket.cc')
-rw-r--r--src/lib/dcpomatic_socket.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcpomatic_socket.cc b/src/lib/dcpomatic_socket.cc
index a0a7a1cf3..580c7d36b 100644
--- a/src/lib/dcpomatic_socket.cc
+++ b/src/lib/dcpomatic_socket.cc
@@ -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>