From 4cec412d4a8d64126ec9487cf48280c7a1f458a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Fri, 13 Nov 2015 23:30:07 -0800 Subject: [PATCH] Fixed VS2015 build. --- examples/common/entry/entry.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/common/entry/entry.cpp b/examples/common/entry/entry.cpp index 66519a6b1..76d2b00e2 100644 --- a/examples/common/entry/entry.cpp +++ b/examples/common/entry/entry.cpp @@ -3,6 +3,10 @@ * License: http://www.opensource.org/licenses/BSD-2-Clause */ +// BK - Remotery needs WinSock, but on VS2015/Win10 build +// fails if WinSock2 is included after Windows.h?! +#include + #include #include #include