Need to include socket_types.hpp for definition of _WIN32_WINNT.

This commit is contained in:
chris_kohlhoff 2007-07-29 09:01:59 +00:00
parent 6497b961b7
commit d4dc079583

View File

@ -21,6 +21,8 @@
#include <boost/config.hpp>
#include "asio/detail/pop_options.hpp"
#include "asio/detail/socket_types.hpp"
// This service is only supported on Win32 (NT4 and later).
#if !defined(ASIO_DISABLE_IOCP)
#if defined(BOOST_WINDOWS) || defined(__CYGWIN__)