Fixed: PCH compilation

This commit is contained in:
kervala 2013-03-31 23:36:56 +02:00
parent 026198d0b0
commit 31335cc491

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