aboutsummaryrefslogtreecommitdiff
path: root/src/zmq
diff options
context:
space:
mode:
authorJorge Timón <jtimon@jtimon.cc>2017-04-07 04:04:19 +0200
committerJorge Timón <jtimon@jtimon.cc>2017-04-13 02:31:44 +0200
commit1c897fc3daa4b54817b8bc98de52636c83257801 (patch)
tree658215a0ca0b667d58d47aa6a9fc0dc74e6a8ae5 /src/zmq
parenta1fd4503284de6f7d67e40b6d681179303647798 (diff)
downloadbitcoin-1c897fc3daa4b54817b8bc98de52636c83257801.tar.xz
Missing includes
Diffstat (limited to 'src/zmq')
-rw-r--r--src/zmq/zmqpublishnotifier.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zmq/zmqpublishnotifier.cpp b/src/zmq/zmqpublishnotifier.cpp
index b2963e9bde..700c39f66e 100644
--- a/src/zmq/zmqpublishnotifier.cpp
+++ b/src/zmq/zmqpublishnotifier.cpp
@@ -2,6 +2,7 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+#include "chain.h"
#include "chainparams.h"
#include "streams.h"
#include "zmqpublishnotifier.h"