aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/scriptpubkeyman.h
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2020-10-19 15:12:14 -0400
committerAndrew Chow <achow101-github@achow101.com>2020-11-18 11:55:43 -0500
commitb33af48210c117a734fc3e1bebeb1c2057645775 (patch)
tree3e88d222805a0db50e2c826cae9e324fa8ca6deb /src/wallet/scriptpubkeyman.h
parent50e019a97a5b49caee867ec7d630fca908caed9d (diff)
downloadbitcoin-b33af48210c117a734fc3e1bebeb1c2057645775.tar.xz
Include wallet/bdb.h where it is actually being used
Diffstat (limited to 'src/wallet/scriptpubkeyman.h')
-rw-r--r--src/wallet/scriptpubkeyman.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/scriptpubkeyman.h b/src/wallet/scriptpubkeyman.h
index 3bf8f78120..43791acfcf 100644
--- a/src/wallet/scriptpubkeyman.h
+++ b/src/wallet/scriptpubkeyman.h
@@ -11,6 +11,7 @@
#include <script/standard.h>
#include <util/error.h>
#include <util/message.h>
+#include <util/time.h>
#include <wallet/crypter.h>
#include <wallet/ismine.h>
#include <wallet/walletdb.h>