aboutsummaryrefslogtreecommitdiff
path: root/src/zmq/zmqabstractnotifier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zmq/zmqabstractnotifier.cpp')
-rw-r--r--src/zmq/zmqabstractnotifier.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/zmq/zmqabstractnotifier.cpp b/src/zmq/zmqabstractnotifier.cpp
index 39cc8968d2..6a9661e3e8 100644
--- a/src/zmq/zmqabstractnotifier.cpp
+++ b/src/zmq/zmqabstractnotifier.cpp
@@ -3,8 +3,9 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <zmq/zmqabstractnotifier.h>
-#include <util.h>
+#include <util/system.h>
+const int CZMQAbstractNotifier::DEFAULT_ZMQ_SNDHWM;
CZMQAbstractNotifier::~CZMQAbstractNotifier()
{