diff options
| author | MarcoFalke <[email protected]> | 2018-11-06 10:40:50 -0500 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-11-09 12:37:06 -0500 |
| commit | fa0d36f712c50cce82b275e5f5dbb8ed9601a443 (patch) | |
| tree | ebbea0ca254d633bca652f6b7ac6cd3fd12cf1a3 /src/zmq/zmqrpc.cpp | |
| parent | Merge #14437: Refactor: Start to separate wallet from node (diff) | |
| download | discoin-fa0d36f712c50cce82b275e5f5dbb8ed9601a443.tar.xz discoin-fa0d36f712c50cce82b275e5f5dbb8ed9601a443.zip | |
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/zmqrpc.cpp')
| -rw-r--r-- | src/zmq/zmqrpc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zmq/zmqrpc.cpp b/src/zmq/zmqrpc.cpp index 0e0b74537..66b491427 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> |