mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
amend 99b1488f0e
- on Mac the include is needed
This commit is contained in:
parent
621f07ed85
commit
7b41faabae
@ -11,6 +11,9 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "GuiKeySymbol.h"
|
||||
#if defined(Q_OS_MAC) && QT_VERSION > 0x050000
|
||||
#include "GuiApplication.h"
|
||||
#endif
|
||||
#include "qt_helpers.h"
|
||||
|
||||
#include "support/lassert.h"
|
||||
|
Loading…
Reference in New Issue
Block a user