Fix compile

This commit is contained in:
kaetemi 2014-06-20 23:38:44 +02:00
parent 655c22e839
commit cf3e779ae9

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"