From bf443265ff7cf5b54cfa6c0bff80c27c2bed6328 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 12 Jan 2015 08:53:24 +0400 Subject: [PATCH] fixed boost\asio\detail\socket_types.hpp(24) fatal error C1189: "WinSock.h has already been included" --- I2PControl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/I2PControl.cpp b/I2PControl.cpp index 49085f5e..31e5dbf4 100644 --- a/I2PControl.cpp +++ b/I2PControl.cpp @@ -1,3 +1,5 @@ +#include "I2PControl.h" + #include #include #include @@ -8,7 +10,6 @@ #include "Daemon.h" #include "Tunnel.h" #include "Timestamp.h" -#include "I2PControl.h" namespace i2p {