diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-31 19:39:27 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-31 19:39:27 +0000 |
| commit | 0fb8f8c4ec481e342d26a332595d39fcf8cd4e94 (patch) | |
| tree | 1c2315afe0351d182a4bf858e2f964d337785c16 /src/lib/dcpomatic_socket.h | |
| parent | d31bb9dd64630718fe7faa607e61be7ba88e9097 (diff) | |
| parent | 9fa17d52810490359f899cc0cbdb4c25ac74bc92 (diff) | |
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
Diffstat (limited to 'src/lib/dcpomatic_socket.h')
| -rw-r--r-- | src/lib/dcpomatic_socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dcpomatic_socket.h b/src/lib/dcpomatic_socket.h index 6f7c05e22..870e7315c 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 |
