From 3e2c3ba035e76d9fb210e59becaf2282ba682632 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Mon, 16 Jun 2014 17:21:49 -0700 Subject: [PATCH] Add missing beast includes --- src/beast/beast/asio/abstract_socket.h | 2 +- src/beast/beast/module/asio/protocol/InputParser.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/beast/beast/asio/abstract_socket.h b/src/beast/beast/asio/abstract_socket.h index ec3c5cbcdd..ef2b1dba9c 100644 --- a/src/beast/beast/asio/abstract_socket.h +++ b/src/beast/beast/asio/abstract_socket.h @@ -22,7 +22,7 @@ #include #include - +#include #include #include diff --git a/src/beast/beast/module/asio/protocol/InputParser.h b/src/beast/beast/module/asio/protocol/InputParser.h index a1323468f7..2e6117a77a 100644 --- a/src/beast/beast/module/asio/protocol/InputParser.h +++ b/src/beast/beast/module/asio/protocol/InputParser.h @@ -21,6 +21,9 @@ #define BEAST_ASIO_HANDSHAKE_INPUTPARSER_H_INCLUDED #include +#include + +#include namespace beast { namespace asio {