diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-06-14 16:39:21 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-06-14 16:39:21 +0200 |
commit | 39691b7bed013e228cbe75d4b9feaa617e0f08e4 (patch) | |
tree | ed0a0ea2b5c98b093d9571ef733640a84d88a4a4 /src/RemoteControl.h | |
parent | e102d9a74cbcfc503e1635a80f928d35335d76fd (diff) | |
download | dabmod-39691b7bed013e228cbe75d4b9feaa617e0f08e4.tar.gz dabmod-39691b7bed013e228cbe75d4b9feaa617e0f08e4.tar.bz2 dabmod-39691b7bed013e228cbe75d4b9feaa617e0f08e4.zip |
Use local zmq.hpp for RemoteControl.h
Diffstat (limited to 'src/RemoteControl.h')
-rw-r--r-- | src/RemoteControl.h | 2 |
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> |