From 7024ecc7d9646d6d5a2f8cc1b7c88cc5724d9b4d Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Sat, 1 Apr 2023 22:19:30 +0200 Subject: [PATCH] Add missing include Add 'smmintrin.h' for newly utilized intrinsic '_mm_extract_epi64' which is portable, unlike accessing union members of the __m128i structure. --- r5dev/core/stdafx.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/r5dev/core/stdafx.h b/r5dev/core/stdafx.h index e6c44300..77b4695a 100644 --- a/r5dev/core/stdafx.h +++ b/r5dev/core/stdafx.h @@ -35,6 +35,8 @@ #include #include +#include + // Windows specifics. #ifndef FILE_SUPPORTS_GHOSTING #define FILE_SUPPORTS_GHOSTING 0x40000000 // winnt