diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2021-05-13 16:19:44 +0200 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2021-06-16 10:48:38 +0200 |
commit | 7d9453041b827bafbdfc1ac0b01c7b7e1ee2bd4f (patch) | |
tree | 8e4b23d7e923bc21e75e0e03e81f4590a1a4210c /src/qt | |
parent | fc0eca31b33f87882e2aa329a3746d4e08af1985 (diff) |
refactor: clean up external_signer.h includes
Co-Authored-By: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>
Diffstat (limited to 'src/qt')
-rw-r--r-- | src/qt/walletcontroller.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/walletcontroller.cpp b/src/qt/walletcontroller.cpp index 7e5790fd87..24f73a2ea0 100644 --- a/src/qt/walletcontroller.cpp +++ b/src/qt/walletcontroller.cpp @@ -11,6 +11,7 @@ #include <qt/guiutil.h> #include <qt/walletmodel.h> +#include <external_signer.h> #include <interfaces/handler.h> #include <interfaces/node.h> #include <util/string.h> |