aboutsummaryrefslogtreecommitdiffstats
path: root/src/InputReader.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-02-11 17:51:33 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-02-11 18:08:02 +0100
commit1c0db53cc34b8137fc0f5647e40bb2594a1acece (patch)
treef78730783cf83e63013248e206a04482be4998b5 /src/InputReader.h
parent5c786802afdbaf63f6a34f55995eae457e118059 (diff)
downloaddabmod-1c0db53cc34b8137fc0f5647e40bb2594a1acece.tar.gz
dabmod-1c0db53cc34b8137fc0f5647e40bb2594a1acece.tar.bz2
dabmod-1c0db53cc34b8137fc0f5647e40bb2594a1acece.zip
include local zmq.hpp and prefer it over the system one
Diffstat (limited to 'src/InputReader.h')
-rw-r--r--src/InputReader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/InputReader.h b/src/InputReader.h
index 7aab89d..ae36899 100644
--- a/src/InputReader.h
+++ b/src/InputReader.h
@@ -32,7 +32,7 @@
#include <cstdio>
#if defined(HAVE_INPUT_ZEROMQ)
-# include <zmq.hpp>
+# include "zmq.hpp"
# include "ThreadsafeQueue.h"
#endif
#include "porting.h"