aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-06-14 16:39:21 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-06-14 16:39:21 +0200
commit39691b7bed013e228cbe75d4b9feaa617e0f08e4 (patch)
treeed0a0ea2b5c98b093d9571ef733640a84d88a4a4 /src
parente102d9a74cbcfc503e1635a80f928d35335d76fd (diff)
downloaddabmod-39691b7bed013e228cbe75d4b9feaa617e0f08e4.tar.gz
dabmod-39691b7bed013e228cbe75d4b9feaa617e0f08e4.tar.bz2
dabmod-39691b7bed013e228cbe75d4b9feaa617e0f08e4.zip
Use local zmq.hpp for RemoteControl.h
Diffstat (limited to 'src')
-rw-r--r--src/RemoteControl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RemoteControl.h b/src/RemoteControl.h
index 8f4bdaf..1b5e447 100644
--- a/src/RemoteControl.h
+++ b/src/RemoteControl.h
@@ -34,7 +34,7 @@
#endif
#if defined(HAVE_ZEROMQ)
-#include <zmq.hpp>
+#include "zmq.hpp"
#endif
#include <list>