diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-11 11:57:12 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-11 11:57:12 +0100 |
commit | 7106542cddeef3c0e0df05d2993c83f9cf53472c (patch) | |
tree | 0c5bda3f77a1211255fe2d14e60c74c1987556d1 /src/dabInputZmq.h | |
parent | e10070a508cdeb7d6a0f2aa5c2657352d5d582c2 (diff) | |
download | dabmux-7106542cddeef3c0e0df05d2993c83f9cf53472c.tar.gz dabmux-7106542cddeef3c0e0df05d2993c83f9cf53472c.tar.bz2 dabmux-7106542cddeef3c0e0df05d2993c83f9cf53472c.zip |
Add zmq.hpp locally, prefer it over the system one. Fix usage of zmq.recv
Diffstat (limited to 'src/dabInputZmq.h')
-rw-r--r-- | src/dabInputZmq.h | 2 |
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" |