Include QScreen header to fix compilation with Qt 5.14

Needed after e2e1fd6ea9.
This commit is contained in:
Yuriy Skalko 2023-03-10 09:18:59 +01:00
parent 2ed5b4a705
commit 2b6b20ff69

View File

@ -108,6 +108,7 @@
#if (QT_VERSION >= QT_VERSION_CHECK(5, 10, 0))
#include <QRandomGenerator>
#endif
#include <QScreen>
#include <QSessionManager>
#include <QSettings>
#include <QSocketNotifier>