From 1598f32304cd55b83ecc623ee0f9e30b4e087b7d Mon Sep 17 00:00:00 2001 From: John Newbery Date: Mon, 4 Dec 2017 12:49:20 -0500 Subject: [rpc] Move DescribeAddressVisitor to rpc/util --- src/rpc/util.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/rpc/util.h') diff --git a/src/rpc/util.h b/src/rpc/util.h index 568a4260ba..5380d45a83 100644 --- a/src/rpc/util.h +++ b/src/rpc/util.h @@ -5,6 +5,13 @@ #ifndef BITCOIN_RPC_UTIL_H #define BITCOIN_RPC_UTIL_H +#include +#include