summaryrefslogtreecommitdiff
path: root/src/lib/dcpomatic_socket.h
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/dcpomatic_socket.h
parent02e44f68612631a2e73709b90c5e259c0f333109 (diff)
More arch build fixes (#1449).
Diffstat (limited to 'src/lib/dcpomatic_socket.h')
-rw-r--r--src/lib/dcpomatic_socket.h1
1 files changed, 1 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