From c9ac9992c7a8addc4839fdcc379cc2a757c60fc0 Mon Sep 17 00:00:00 2001 From: BlockMen Date: Mon, 16 Dec 2013 01:13:08 +0100 Subject: [PATCH] Fix MSVC compiling issue --- src/httpfetch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/httpfetch.cpp b/src/httpfetch.cpp index 12e203ef2..6c073c8e6 100644 --- a/src/httpfetch.cpp +++ b/src/httpfetch.cpp @@ -17,6 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "socket.h" // for select() #include "httpfetch.h" #include #include @@ -30,7 +31,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "log.h" #include "util/container.h" #include "util/thread.h" -#include "socket.h" // for select() JMutex g_httpfetch_mutex; std::map > g_httpfetch_results;