mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
fix missing include for Qt 5.11
Qt 5.11 cleanes up the internal headers and so consumers could fail by missing includes. See: https://bugs.gentoo.org/655844 Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
This commit is contained in:
parent
a6486f0adc
commit
3bbc6ac0e6
@ -32,6 +32,7 @@
|
||||
#include <QStackedLayout>
|
||||
#include <QStandardPaths>
|
||||
#include <QTemporaryFile>
|
||||
#include <QButtonGroup>
|
||||
|
||||
#include "autotype/AutoType.h"
|
||||
#include "core/Config.h"
|
||||
|
Loading…
Reference in New Issue
Block a user