mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-01 11:06:17 -04:00
Fix zxcvbn include for out-of-tree compilation, resolves #3658
This commit is contained in:
parent
c2b16c663f
commit
99aafe657d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
#include "core/FilePath.h"
|
||||
#include "core/Group.h"
|
||||
#include "core/Metadata.h"
|
||||
#include "zxcvbn/zxcvbn.h"
|
||||
#include "zxcvbn.h"
|
||||
|
||||
#include <QFileInfo>
|
||||
#include <QHash>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue