mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 08:14:15 +00:00
Reorder ssl/boost includes to avoid winsock complains
This commit is contained in:
parent
88db99e593
commit
94d0915004
@ -1,6 +1,5 @@
|
|||||||
#include <thread>
|
#include <thread>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <openssl/ssl.h>
|
|
||||||
|
|
||||||
#include "Daemon.h"
|
#include "Daemon.h"
|
||||||
|
|
||||||
@ -20,6 +19,8 @@
|
|||||||
#include "HTTPServer.h"
|
#include "HTTPServer.h"
|
||||||
#include "I2PControl.h"
|
#include "I2PControl.h"
|
||||||
#include "ClientContext.h"
|
#include "ClientContext.h"
|
||||||
|
// ssl.h somehow pulls Windows.h stuff that has to go after asio
|
||||||
|
#include <openssl/ssl.h>
|
||||||
|
|
||||||
#ifdef USE_UPNP
|
#ifdef USE_UPNP
|
||||||
#include "UPnP.h"
|
#include "UPnP.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user