wallet, tests: Include wallet/test/util.h

This will be needed for the following scripted-diff to work.
This commit is contained in:
Andrew Chow
2022-12-12 16:43:49 -05:00
parent 14aa4cb1e4
commit 075962bc25
7 changed files with 7 additions and 0 deletions

View File

@@ -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>

View File

@@ -26,6 +26,7 @@
#include <qt/walletmodel.h>
#include <test/util/setup_common.h>
#include <validation.h>
#include <wallet/test/util.h>
#include <wallet/wallet.h>
#include <chrono>