mirror of https://github.com/Icinga/icinga2.git
Windows build fix.
This commit is contained in:
parent
4d9cd0070c
commit
1ea91ef49f
|
@ -22,6 +22,7 @@
|
|||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#define _WIN32_WINNT 0x0502
|
||||
#define NOMINMAX
|
||||
#include <windows.h>
|
||||
#include <winsock2.h>
|
||||
#include <ws2tcpip.h>
|
||||
|
|
Loading…
Reference in New Issue