From 6c19ff74821124fa56ac080e018e6e7be2ecfb4e Mon Sep 17 00:00:00 2001 From: Christopher Kohlhoff Date: Sun, 5 Mar 2017 22:48:48 +1100 Subject: [PATCH] Include socket_types.hpp before OpenSSL headers. --- include/boost/asio/ssl/detail/openssl_types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/asio/ssl/detail/openssl_types.hpp b/include/boost/asio/ssl/detail/openssl_types.hpp index 38163bce..ca12943b 100644 --- a/include/boost/asio/ssl/detail/openssl_types.hpp +++ b/include/boost/asio/ssl/detail/openssl_types.hpp @@ -16,6 +16,7 @@ #endif // defined(_MSC_VER) && (_MSC_VER >= 1200) #include +#include #include #include #if !defined(OPENSSL_NO_ENGINE) @@ -25,6 +26,5 @@ #include #include #include -#include #endif // BOOST_ASIO_SSL_DETAIL_OPENSSL_TYPES_HPP