diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-30 16:50:13 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-30 16:50:13 +0000 |
| commit | 2eeb503962f31665a19bee24e2e46840f7086f33 (patch) | |
| tree | 3d80fabe0980898ad3c038c4aec416cb71b69f49 /src/lib/dcpomatic_socket.h | |
| parent | c2cbab19cc66ec3e2e2e7e5c8c208983396de70c (diff) | |
Missing #include.
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 |
