diff --git a/beast/asio/abstract_socket.h b/beast/asio/abstract_socket.h index ec3c5cbcdd..ef2b1dba9c 100644 --- a/beast/asio/abstract_socket.h +++ b/beast/asio/abstract_socket.h @@ -22,7 +22,7 @@ #include #include - +#include #include #include diff --git a/beast/module/asio/protocol/InputParser.h b/beast/module/asio/protocol/InputParser.h index a1323468f7..2e6117a77a 100644 --- a/beast/module/asio/protocol/InputParser.h +++ b/beast/module/asio/protocol/InputParser.h @@ -21,6 +21,9 @@ #define BEAST_ASIO_HANDSHAKE_INPUTPARSER_H_INCLUDED #include +#include + +#include namespace beast { namespace asio {