Skip to content

Commit 97521b5

Browse files
committed
Add missing #include for GetDataDir
1 parent a8fef7f commit 97521b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/guiutil.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include "bitcoinaddressvalidator.h"
33
#include "walletmodel.h"
44
#include "bitcoinunits.h"
5+
#include "util.h"
56

67
#include <QString>
78
#include <QDateTime>

0 commit comments

Comments
 (0)