aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test/addressbooktests.cpp
diff options
context:
space:
mode:
authorAndrew Chow <github@achow101.com>2022-12-12 16:43:49 -0500
committerAndrew Chow <github@achow101.com>2023-05-03 10:45:10 -0400
commit075962bc25a90661612fe4613cd50ea1cae21f52 (patch)
tree29f6680326a718cde1a4060839afa19d750a2b98 /src/qt/test/addressbooktests.cpp
parent14aa4cb1e44f089a6022a2b14a98bca4a7dd9a01 (diff)
wallet, tests: Include wallet/test/util.h
This will be needed for the following scripted-diff to work.
Diffstat (limited to 'src/qt/test/addressbooktests.cpp')
-rw-r--r--src/qt/test/addressbooktests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/test/addressbooktests.cpp b/src/qt/test/addressbooktests.cpp
index 5706964cc9..ed49e60dc0 100644
--- a/src/qt/test/addressbooktests.cpp
+++ b/src/qt/test/addressbooktests.cpp
@@ -19,6 +19,7 @@
#include <key.h>
#include <key_io.h>
#include <wallet/wallet.h>
+#include <wallet/test/util.h>
#include <walletinitinterface.h>
#include <chrono>