mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Prepare for boost 1.62
These changes are compatible with previous boost releases.
This commit is contained in:
committed by
Vinnie Falco
parent
05e7373086
commit
b421559a47
@@ -20,6 +20,11 @@
|
||||
#ifndef BEAST_ASIO_SSL_ERROR_H_INCLUDED
|
||||
#define BEAST_ASIO_SSL_ERROR_H_INCLUDED
|
||||
|
||||
// The first two includes must come first to work around boost 1.62 asio header bugs
|
||||
#ifdef _MSC_VER
|
||||
# include <winsock2.h>
|
||||
#endif
|
||||
#include <boost/asio/ssl/detail/openssl_types.hpp>
|
||||
#include <boost/asio.hpp>
|
||||
//#include <boost/asio/error.hpp> // Causes error with WinSock.h
|
||||
#include <boost/asio/ssl/error.hpp>
|
||||
|
||||
Reference in New Issue
Block a user