From f0ac695710598aaab6b27c55d0f261e8573e7d4b Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Wed, 16 Sep 2020 21:08:20 +1000 Subject: [PATCH] dep/sdl2: Fix compilation on ARM64 --- dep/msvc/sdl2/include/SDL_cpuinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dep/msvc/sdl2/include/SDL_cpuinfo.h b/dep/msvc/sdl2/include/SDL_cpuinfo.h index 296df01aa..63be67d17 100644 --- a/dep/msvc/sdl2/include/SDL_cpuinfo.h +++ b/dep/msvc/sdl2/include/SDL_cpuinfo.h @@ -73,7 +73,7 @@ # define __ARM_NEON 1 /* Set __ARM_NEON so that it can be used elsewhere, at compile time */ # endif # if defined (_M_ARM64) -# include +# include # include # define __ARM_NEON 1 /* Set __ARM_NEON so that it can be used elsewhere, at compile time */ # endif