diff options
| author | Jorge Timón <[email protected]> | 2015-02-05 01:21:11 +0100 |
|---|---|---|
| committer | Jorge Timón <[email protected]> | 2015-03-24 17:23:32 +0100 |
| commit | 8a893c949bf6b011c8ae1645888576bf236db79c (patch) | |
| tree | f8cc7e9b3268bea6b3333a9bc9f3a3f48eb87fbb /src/test/rpc_wallet_tests.cpp | |
| parent | Includes: MOVEONLY: move more method definitions out of wallet.h (diff) | |
| download | discoin-8a893c949bf6b011c8ae1645888576bf236db79c.tar.xz discoin-8a893c949bf6b011c8ae1645888576bf236db79c.zip | |
Includes: Do not include main.h from any other header
Diffstat (limited to 'src/test/rpc_wallet_tests.cpp')
| -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" |