summaryrefslogtreecommitdiffstats
path: root/source/Globals.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Globals.h b/source/Globals.h
index 958c6d6ae..038b173cf 100644
--- a/source/Globals.h
+++ b/source/Globals.h
@@ -94,6 +94,7 @@ typedef unsigned short UInt16;
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
#include <winsock2.h>
+ #include <Ws2tcpip.h> // IPv6 stuff
// Windows SDK defines min and max macros, messing up with our std::min and std::max usage
#undef min