diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-03-24 18:06:54 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-03-24 18:12:56 +0100 |
| commit | 8d2fbfa49141172e1c63f5ab7b684a1f9e210571 (patch) | |
| tree | f8cc7e9b3268bea6b3333a9bc9f3a3f48eb87fbb /src/test | |
| parent | Merge pull request #5890 (diff) | |
| parent | Includes: Do not include main.h from any other header (diff) | |
| download | discoin-8d2fbfa49141172e1c63f5ab7b684a1f9e210571.tar.xz discoin-8d2fbfa49141172e1c63f5ab7b684a1f9e210571.zip | |
Merge pull request #5681
8a893c9 Includes: Do not include main.h from any other header (Jorge Timón)
eca0b1e Includes: MOVEONLY: move more method definitions out of wallet.h (Jorge Timón)
26c16d9 Includes: Refactor: Move CValidationInterface and CMainSignals out of main (Jorge Timón)
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/rpc_wallet_tests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/rpc_wallet_tests.cpp b/src/test/rpc_wallet_tests.cpp index d97bea8bd..4d5e92cbd 100644 --- a/src/test/rpc_wallet_tests.cpp +++ b/src/test/rpc_wallet_tests.cpp @@ -6,6 +6,7 @@ #include "rpcclient.h" #include "base58.h" +#include "main.h" #include "wallet/wallet.h" #include "test/test_bitcoin.h" |