Missing #include.
authorCarl Hetherington <cth@carlh.net>
Wed, 30 Jan 2019 16:50:13 +0000 (16:50 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 30 Jan 2019 16:50:13 +0000 (16:50 +0000)
src/lib/dcpomatic_socket.h

index 6f7c05e225e880321ef4adfb1fdcea2baec46c78..870e7315c3126fb67b67fa3b493ce2be34ee8a56 100644 (file)
@@ -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