summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/encode_server_finder.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/encode_server_finder.cc b/src/lib/encode_server_finder.cc
index 1c6120257..6444964e4 100644
--- a/src/lib/encode_server_finder.cc
+++ b/src/lib/encode_server_finder.cc
@@ -27,7 +27,11 @@
#include "dcpomatic_socket.h"
#include <dcp/raw_convert.h>
#include <libcxml/cxml.h>
+#if BOOST_VERSION >= 107400
#include <boost/bind/placeholders.hpp>
+#else
+#include <boost/bind/bind.hpp>
+#endif
#include <boost/lambda/lambda.hpp>
#include <iostream>