Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pytorch/cpuinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/x86/windows/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x86/windows/init.c b/src/x86/windows/init.c
index cf549d5..9a23bd7 100644
--- a/src/x86/windows/init.c
+++ b/src/x86/windows/init.c
@@ -8,7 +8,7 @@
#include <cpuinfo/internal-api.h>
#include <cpuinfo/log.h>
-#include <Windows.h>
+#include <windows.h>
#ifdef __GNUC__
#define CPUINFO_ALLOCA __builtin_alloca