Fixed: PCH compilation

This commit is contained in:
kervala 2013-03-31 23:36:56 +02:00
parent d505b181f9
commit 9aff9ae939

View file

@ -29,8 +29,9 @@
#include "nel/misc/uv.h"
#include "nel/misc/hierarchical_timer.h"
#if NL_OS_WINDOWS
#ifdef NL_OS_WINDOWS
#define NOMINMAX
#include <WinSock2.h>
#include <windows.h>
#endif