diff options
author | Jorge Timón <jtimon@jtimon.cc> | 2017-04-07 04:04:19 +0200 |
---|---|---|
committer | Jorge Timón <jtimon@jtimon.cc> | 2017-04-13 02:31:44 +0200 |
commit | 1c897fc3daa4b54817b8bc98de52636c83257801 (patch) | |
tree | 658215a0ca0b667d58d47aa6a9fc0dc74e6a8ae5 /src/wallet | |
parent | a1fd4503284de6f7d67e40b6d681179303647798 (diff) |
Missing includes
Diffstat (limited to 'src/wallet')
-rw-r--r-- | src/wallet/rpcwallet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 2cc3072c16..b32b5b15e3 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -9,6 +9,7 @@ #include "consensus/validation.h" #include "core_io.h" #include "init.h" +#include "wallet/coincontrol.h" #include "validation.h" #include "net.h" #include "policy/policy.h" |