|
Boost-Commit : |
From: chris_at_[hidden]
Date: 2008-02-18 08:35:15
Author: chris_kohlhoff
Date: 2008-02-18 08:35:15 EST (Mon, 18 Feb 2008)
New Revision: 43303
URL: http://svn.boost.org/trac/boost/changeset/43303
Log:
Add missing #include of socket_types.hpp needed for the SSL unit tests
to compile successfully on Windows.
Text files modified:
trunk/boost/asio/ssl/detail/openssl_types.hpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
Modified: trunk/boost/asio/ssl/detail/openssl_types.hpp
==============================================================================
--- trunk/boost/asio/ssl/detail/openssl_types.hpp (original)
+++ trunk/boost/asio/ssl/detail/openssl_types.hpp 2008-02-18 08:35:15 EST (Mon, 18 Feb 2008)
@@ -17,6 +17,8 @@
#include <boost/asio/detail/push_options.hpp>
+#include <boost/asio/detail/socket_types.hpp>
+
#include <boost/asio/detail/push_options.hpp>
#include <openssl/conf.h>
#include <openssl/ssl.h>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk