Fix lots of macOS warnings by using a different boost/bind include.
[dcpomatic.git] / src / lib / json_server.cc
index 4cff27b6f60a71e6439432cf8ce1650262d03a6a..211d0c846e0a0167abc1f4b62514564b1ebc49ba 100644 (file)
@@ -26,7 +26,7 @@
 #include "transcode_job.h"
 #include <dcp/raw_convert.h>
 #include <boost/asio.hpp>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
 #include <boost/thread.hpp>
 #include <iostream>