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