From 10c6efca161763a884878de858abb1c6c3ad60d0 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 31 Jan 2026 15:13:15 +0000 Subject: [PATCH] Use lowercase windows.h include To fix a MinGW error. --- cpp/src/tests/test_helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/tests/test_helpers.h b/cpp/src/tests/test_helpers.h index f8cec155..754aae29 100644 --- a/cpp/src/tests/test_helpers.h +++ b/cpp/src/tests/test_helpers.h @@ -32,7 +32,7 @@ along with LOOT. If not, see #include "loot/enum/game_type.h" #ifdef _WIN32 -#include +#include #endif namespace loot::test {