aboutsummaryrefslogtreecommitdiffstats
path: root/src/InputReader.h
diff options
context:
space:
mode:
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"