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