From 118bcde449c923ff20fe6336a009e2cef2ba5423 Mon Sep 17 00:00:00 2001 From: johnnyychiu Date: Tue, 28 Jul 2026 20:00:06 +0100 Subject: [PATCH] [BugFix] Fix clang spinloop mwaitx include (#45532) Signed-off-by: johnny --- csrc/spinloop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csrc/spinloop.cpp b/csrc/spinloop.cpp index c29e48a5f0e..3285b9a3ded 100644 --- a/csrc/spinloop.cpp +++ b/csrc/spinloop.cpp @@ -7,7 +7,7 @@ extern "C" { #if defined(__i386__) || defined(__x86_64__) #include - #include + #include #endif #if defined(CLOCK_MONOTONIC_RAW)