summaryrefslogtreecommitdiffstats
path: root/src/dabInputZmq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dabInputZmq.h')
-rw-r--r--src/dabInputZmq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dabInputZmq.h b/src/dabInputZmq.h
index f1c863f..7420c4b 100644
--- a/src/dabInputZmq.h
+++ b/src/dabInputZmq.h
@@ -43,9 +43,9 @@
#ifdef HAVE_INPUT_ZEROMQ
-#include <zmq.hpp>
#include <list>
#include <string>
+#include "zmq.hpp"
#include "dabInput.h"
#include "StatsServer.h"