mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Reorder ssl/boost includes to avoid winsock complains
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#include <thread>
|
||||
#include <memory>
|
||||
#include <openssl/ssl.h>
|
||||
|
||||
#include "Daemon.h"
|
||||
|
||||
@@ -20,6 +19,8 @@
|
||||
#include "HTTPServer.h"
|
||||
#include "I2PControl.h"
|
||||
#include "ClientContext.h"
|
||||
// ssl.h somehow pulls Windows.h stuff that has to go after asio
|
||||
#include <openssl/ssl.h>
|
||||
|
||||
#ifdef USE_UPNP
|
||||
#include "UPnP.h"
|
||||
|
||||
Reference in New Issue
Block a user