Windows build fix.

This commit is contained in:
Gunnar Beutner 2014-03-20 15:53:08 +01:00
parent 4d9cd0070c
commit 1ea91ef49f
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#define WIN32_LEAN_AND_MEAN
#define _WIN32_WINNT 0x0502
#define NOMINMAX
#include <windows.h>
#include <winsock2.h>
#include <ws2tcpip.h>