aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletutil.h
diff options
context:
space:
mode:
authorMeshCollider <dobsonsa68@gmail.com>2017-11-18 13:36:37 +1300
committerMeshCollider <dobsonsa68@gmail.com>2017-12-13 23:36:43 +1300
commitb67342906ced2353d378f4369c8d8a979d525fee (patch)
treee9872fb5c48a83b3407daed81661488e583e3137 /src/wallet/walletutil.h
parent0d89fa0877930c6c8a539a656c1009ad8ab6755b (diff)
downloadbitcoin-b67342906ced2353d378f4369c8d8a979d525fee.tar.xz
Cleanups for walletdir PR
Diffstat (limited to 'src/wallet/walletutil.h')
-rw-r--r--src/wallet/walletutil.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wallet/walletutil.h b/src/wallet/walletutil.h
index a94f286a44..50ff736402 100644
--- a/src/wallet/walletutil.h
+++ b/src/wallet/walletutil.h
@@ -5,7 +5,8 @@
#ifndef BITCOIN_WALLET_UTIL_H
#define BITCOIN_WALLET_UTIL_H
-#include "util.h"
+#include <chainparamsbase.h>
+#include <util.h>
//! Get the path of the wallet directory.
fs::path GetWalletDir();