1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 04:04:16 +00:00

fixed boost\asio\detail\socket_types.hpp(24) fatal error C1189: "WinSock.h has already been included"

This commit is contained in:
root 2015-01-12 08:53:24 +04:00
parent 9ebe38e59d
commit bf443265ff

View File

@ -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
{