Browse Source

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

pull/147/head
root 10 years ago
parent
commit
bf443265ff
  1. 3
      I2PControl.cpp

3
I2PControl.cpp

@ -1,3 +1,5 @@
#include "I2PControl.h"
#include <sstream> #include <sstream>
#include <boost/lexical_cast.hpp> #include <boost/lexical_cast.hpp>
#include <boost/property_tree/ptree.hpp> #include <boost/property_tree/ptree.hpp>
@ -8,7 +10,6 @@
#include "Daemon.h" #include "Daemon.h"
#include "Tunnel.h" #include "Tunnel.h"
#include "Timestamp.h" #include "Timestamp.h"
#include "I2PControl.h"
namespace i2p namespace i2p
{ {

Loading…
Cancel
Save