From ccd132be8f0be373e95ab520bf968d690f1642bd Mon Sep 17 00:00:00 2001 From: lizzie Date: Sat, 14 Feb 2026 20:24:49 +0000 Subject: [PATCH] wa --- src/core/core_timing.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/core/core_timing.cpp b/src/core/core_timing.cpp index 5b1d928002..2d67e728f0 100644 --- a/src/core/core_timing.cpp +++ b/src/core/core_timing.cpp @@ -13,6 +13,11 @@ #include "common/windows/timer_resolution.h" #endif +#if defined(_WIN32) && defined(ARCHITECTURE_x86_64) && defined(__MINGW64__) +#include "common/x64/cpu_detect.h" +#include "common/x64/rdtsc.h" +#endif + #include "common/settings.h" #include "core/core_timing.h" #include "core/hardware_properties.h"