From 4137b2d3ee53989eb1f4967d714753364327fbc4 Mon Sep 17 00:00:00 2001 From: Kim Walisch Date: Mon, 15 Apr 2024 19:48:49 +0200 Subject: [PATCH] Use correct header --- test/cpuid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cpuid.cpp b/test/cpuid.cpp index 2b6a94d0..64c0d936 100644 --- a/test/cpuid.cpp +++ b/test/cpuid.cpp @@ -8,7 +8,7 @@ /// file in the top level directory. /// -#include +#include #include int main()