amend 99b1488f0e - on Mac the include is needed

This commit is contained in:
Stephan Witt 2020-12-11 18:42:04 +01:00
parent 621f07ed85
commit 7b41faabae

View File

@ -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"