From 7106542cddeef3c0e0df05d2993c83f9cf53472c Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 11 Feb 2014 11:57:12 +0100 Subject: Add zmq.hpp locally, prefer it over the system one. Fix usage of zmq.recv --- src/dabInputZmq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dabInputZmq.h') 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 #include #include +#include "zmq.hpp" #include "dabInput.h" #include "StatsServer.h" -- cgit v1.2.3