Fix compile
This commit is contained in:
parent
655c22e839
commit
cf3e779ae9
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue