From: Yuriy Skalko Date: Fri, 10 Mar 2023 08:18:59 +0000 (+0100) Subject: Include QScreen header to fix compilation with Qt 5.14 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2b6b20ff69eb1f839ea827aedd6f24528abadd9b;p=features.git Include QScreen header to fix compilation with Qt 5.14 Needed after e2e1fd6ea9. --- diff --git a/src/frontends/qt/GuiApplication.cpp b/src/frontends/qt/GuiApplication.cpp index f8a3e76075..c31645658d 100644 --- a/src/frontends/qt/GuiApplication.cpp +++ b/src/frontends/qt/GuiApplication.cpp @@ -108,6 +108,7 @@ #if (QT_VERSION >= QT_VERSION_CHECK(5, 10, 0)) #include #endif +#include #include #include #include