From 764600704d9cd83d8a2cdeec677b8a6e3aefd9b6 Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Mon, 16 Mar 2026 01:42:59 +0500 Subject: [PATCH] fix(InstanceList): include lowercase windows.h Signed-off-by: Octol1ttle --- launcher/InstanceList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/InstanceList.cpp b/launcher/InstanceList.cpp index 7c4997cf9..8f58d9f39 100644 --- a/launcher/InstanceList.cpp +++ b/launcher/InstanceList.cpp @@ -64,7 +64,7 @@ #include "settings/INISettingsObject.h" #ifdef Q_OS_WIN32 -#include +#include #endif const static int GROUP_FILE_FORMAT_VERSION = 1;