From e8cb5dc0fe27c90efe80a798e2250bbb66ab7426 Mon Sep 17 00:00:00 2001 From: OBattler Date: Wed, 25 Dec 2024 00:31:20 +0100 Subject: [PATCH] #include'd <86box/win.h> in qt/qt_ui.cpp. --- src/qt/qt_ui.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/qt/qt_ui.cpp b/src/qt/qt_ui.cpp index 4f7d9c7ba..b9253663b 100644 --- a/src/qt/qt_ui.cpp +++ b/src/qt/qt_ui.cpp @@ -56,6 +56,10 @@ extern "C" { #include <86box/network.h> #include <86box/machine_status.h> +#ifdef Q_OS_WINDOWS +# include <86box/win.h> +#endif + void plat_delay_ms(uint32_t count) {