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:
Kawe Mazidjatari 2023-04-01 22:19:30 +02:00
parent 2740d4edad
commit 7024ecc7d9

View File

@ -35,6 +35,8 @@
#include <set>
#include <unordered_set>
#include <smmintrin.h>
// Windows specifics.
#ifndef FILE_SUPPORTS_GHOSTING
#define FILE_SUPPORTS_GHOSTING 0x40000000 // winnt