mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Fix compile error on certain platforms
This commit is contained in:
parent
0c252b6ed4
commit
91755fa83a
@ -18,13 +18,13 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include "Info.h"
|
||||
#include "Utils.h"
|
||||
|
||||
#include "core/Database.h"
|
||||
#include "core/Global.h"
|
||||
#include "core/Metadata.h"
|
||||
#include "format/KeePass2.h"
|
||||
|
||||
#include "Utils.h"
|
||||
|
||||
Info::Info()
|
||||
{
|
||||
name = QString("db-show");
|
||||
|
Loading…
Reference in New Issue
Block a user