aboutsummaryrefslogtreecommitdiff
path: root/src/zmq
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-11-06 10:40:50 -0500
committerMarcoFalke <falke.marco@gmail.com>2018-11-09 12:37:06 -0500
commitfa0d36f712c50cce82b275e5f5dbb8ed9601a443 (patch)
treeebbea0ca254d633bca652f6b7ac6cd3fd12cf1a3 /src/zmq
parentcbf00939b5e813937fb21466aa3e229ca81cb6ba (diff)
downloadbitcoin-fa0d36f712c50cce82b275e5f5dbb8ed9601a443.tar.xz
rpc: Include rpc/util.h where needed for RPCHelpMan
Just a preparatory commit to add the header to the includes and run clang-format to sort the include lists. Splitting this up into a separate commit makes future scripted-diffs easier.
Diffstat (limited to 'src/zmq')
-rw-r--r--src/zmq/zmqrpc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zmq/zmqrpc.cpp b/src/zmq/zmqrpc.cpp
index 0e0b745375..66b491427d 100644
--- a/src/zmq/zmqrpc.cpp
+++ b/src/zmq/zmqrpc.cpp
@@ -5,6 +5,7 @@
#include <zmq/zmqrpc.h>
#include <rpc/server.h>
+#include <rpc/util.h>
#include <zmq/zmqabstractnotifier.h>
#include <zmq/zmqnotificationinterface.h>