From 0a4995bce514a59f667cab130fb3bfbb22e0d84e Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Sat, 11 May 2013 15:48:32 -0500 Subject: [PATCH] adds missing include files --- websocketpp/transport/asio/connection.hpp | 3 ++- websocketpp/transport/asio/endpoint.hpp | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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