diff --git a/websocketpp/transport/asio/connection.hpp b/websocketpp/transport/asio/connection.hpp index 6298f45c04..459d0df6fe 100644 --- a/websocketpp/transport/asio/connection.hpp +++ b/websocketpp/transport/asio/connection.hpp @@ -31,7 +31,8 @@ #include #include #include - +#include +#include #include #include diff --git a/websocketpp/transport/asio/endpoint.hpp b/websocketpp/transport/asio/endpoint.hpp index ab3e61ac69..bd40b6a169 100644 --- a/websocketpp/transport/asio/endpoint.hpp +++ b/websocketpp/transport/asio/endpoint.hpp @@ -29,6 +29,7 @@ #define WEBSOCKETPP_TRANSPORT_ASIO_HPP #include +#include #include #include #include