mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
fixed boost\asio\detail\socket_types.hpp(24) fatal error C1189: "WinSock.h has already been included"
This commit is contained in:
parent
9ebe38e59d
commit
bf443265ff
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
#include "I2PControl.h"
|
||||
|
||||
#include <sstream>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <boost/property_tree/ptree.hpp>
|
||||
|
@ -8,7 +10,6 @@
|
|||
#include "Daemon.h"
|
||||
#include "Tunnel.h"
|
||||
#include "Timestamp.h"
|
||||
#include "I2PControl.h"
|
||||
|
||||
namespace i2p
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue