mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03: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
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
#include <QStackedLayout>
|
||||
#include <QStandardPaths>
|
||||
#include <QTemporaryFile>
|
||||
#include <QButtonGroup>
|
||||
|
||||
#include "autotype/AutoType.h"
|
||||
#include "core/Config.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue