mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Add missing include
Add 'smmintrin.h' for newly utilized intrinsic '_mm_extract_epi64' which is portable, unlike accessing union members of the __m128i structure.
This commit is contained in:
parent
2740d4edad
commit
7024ecc7d9
@ -35,6 +35,8 @@
|
||||
#include <set>
|
||||
#include <unordered_set>
|
||||
|
||||
#include <smmintrin.h>
|
||||
|
||||
// Windows specifics.
|
||||
#ifndef FILE_SUPPORTS_GHOSTING
|
||||
#define FILE_SUPPORTS_GHOSTING 0x40000000 // winnt
|
||||
|
Loading…
x
Reference in New Issue
Block a user