mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Include QScreen header to fix compilation with Qt 5.14
Needed after e2e1fd6ea9
.
This commit is contained in:
parent
2ed5b4a705
commit
2b6b20ff69
@ -108,6 +108,7 @@
|
||||
#if (QT_VERSION >= QT_VERSION_CHECK(5, 10, 0))
|
||||
#include <QRandomGenerator>
|
||||
#endif
|
||||
#include <QScreen>
|
||||
#include <QSessionManager>
|
||||
#include <QSettings>
|
||||
#include <QSocketNotifier>
|
||||
|
Loading…
Reference in New Issue
Block a user