From 37d495225a9ffc5e7cf2baee648d22420342af1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Kov=C3=A1cs?= Date: Sun, 27 Oct 2024 16:49:53 +0100 Subject: [PATCH] Update for newer Windows toolchains --- src/ui/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ui/main.cpp b/src/ui/main.cpp index 53aa4f88..fc395ab2 100644 --- a/src/ui/main.cpp +++ b/src/ui/main.cpp @@ -47,6 +47,10 @@ #include "grlib.h" #include "i18n.h" +#ifdef _WIN32 +#include "windows.h" +#endif + /* Command line variables */ int printspeed; int delaytime = 0;