aboutsummaryrefslogtreecommitdiff
path: root/src/external_signer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/external_signer.h')
-rw-r--r--src/external_signer.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/external_signer.h b/src/external_signer.h
index 15436213b2..070589dac0 100644
--- a/src/external_signer.h
+++ b/src/external_signer.h
@@ -5,11 +5,13 @@
#ifndef BITCOIN_EXTERNAL_SIGNER_H
#define BITCOIN_EXTERNAL_SIGNER_H
-#include <stdexcept>
-#include <string>
#include <univalue.h>
#include <util/system.h>
+#include <stdexcept>
+#include <string>
+#include <vector>
+
#ifdef ENABLE_EXTERNAL_SIGNER
struct PartiallySignedTransaction;