aboutsummaryrefslogtreecommitdiff
path: root/src/node/interfaces.cpp
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2021-05-13 16:19:44 +0200
committerSjors Provoost <sjors@sprovoost.nl>2021-06-16 10:48:38 +0200
commit7d9453041b827bafbdfc1ac0b01c7b7e1ee2bd4f (patch)
tree8e4b23d7e923bc21e75e0e03e81f4590a1a4210c /src/node/interfaces.cpp
parentfc0eca31b33f87882e2aa329a3746d4e08af1985 (diff)
downloadbitcoin-7d9453041b827bafbdfc1ac0b01c7b7e1ee2bd4f.tar.xz
refactor: clean up external_signer.h includes
Co-Authored-By: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>
Diffstat (limited to 'src/node/interfaces.cpp')
-rw-r--r--src/node/interfaces.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node/interfaces.cpp b/src/node/interfaces.cpp
index 2d05f9d5fb..37a5fe4b38 100644
--- a/src/node/interfaces.cpp
+++ b/src/node/interfaces.cpp
@@ -6,6 +6,7 @@
#include <banman.h>
#include <chain.h>
#include <chainparams.h>
+#include <external_signer.h>
#include <init.h>
#include <interfaces/chain.h>
#include <interfaces/handler.h>