From c5890ca7bf0668d879a838e19651a5ae18e8d188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 30 Mar 2025 22:22:17 +0200 Subject: [PATCH] Include windows.h before shellapi.h This fixes compilation with some compilers. --- YACReaderLibrary/library_window.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/YACReaderLibrary/library_window.cpp b/YACReaderLibrary/library_window.cpp index 98dec578..093dbdd9 100644 --- a/YACReaderLibrary/library_window.cpp +++ b/YACReaderLibrary/library_window.cpp @@ -89,6 +89,7 @@ extern YACReaderHttpServer *httpServer; #ifdef Q_OS_WIN +#include #include #endif