summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-25 21:28:56 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-25 21:28:56 +0000
commitea2e02e0b433f11c76e6a993c32bd963da87b547 (patch)
treefa11f194389be206883b2c8be6078e0edfee7b91 /src/lib
parent02e44f68612631a2e73709b90c5e259c0f333109 (diff)
More arch build fixes (#1449).
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/dcpomatic_socket.h1
-rw-r--r--src/lib/server.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/dcpomatic_socket.h b/src/lib/dcpomatic_socket.h
index fa5250a1a..dd8ee49ed 100644
--- a/src/lib/dcpomatic_socket.h
+++ b/src/lib/dcpomatic_socket.h
@@ -19,6 +19,7 @@
*/
#include <boost/asio.hpp>
+#include <boost/noncopyable.hpp>
/** @class Socket
* @brief A class to wrap a boost::asio::ip::tcp::socket with some things
diff --git a/src/lib/server.h b/src/lib/server.h
index 747c516a2..465a444d7 100644
--- a/src/lib/server.h
+++ b/src/lib/server.h
@@ -24,6 +24,7 @@
#include <boost/thread.hpp>
#include <boost/asio.hpp>
#include <boost/thread/condition.hpp>
+#include <boost/noncopyable.hpp>
#include <string>
class Socket;