Fix compile

This commit is contained in:
kaetemi 2014-06-20 23:38:44 +02:00
parent a6195bcee7
commit 502d81c428

View file

@ -16,6 +16,10 @@
#include "std3d.h"
#ifdef NL_HAS_SSE2
# include <xmmintrin.h>
#endif
#include "nel/misc/bsphere.h"
#include "nel/misc/fast_mem.h"
#include "nel/misc/system_info.h"