mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Fix compile error on certain platforms
This commit is contained in:
parent
0c252b6ed4
commit
91755fa83a
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue