From d744c5a148f5a477b41b63bceac0558a498ef989 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Tue, 26 Nov 2019 15:31:45 +1100 Subject: Compile fixes for Windows-on-ARM64 --- Source/Core/Common/Hash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/Common/Hash.cpp') diff --git a/Source/Core/Common/Hash.cpp b/Source/Core/Common/Hash.cpp index 193ff5257b..ea2375f3c7 100644 --- a/Source/Core/Common/Hash.cpp +++ b/Source/Core/Common/Hash.cpp @@ -11,7 +11,7 @@ #include "Common/CommonFuncs.h" #include "Common/Intrinsics.h" -#ifdef _M_ARM_64 +#if defined(_M_ARM_64) && !defined(_MSC_VER) #include #endif -- cgit v1.2.3