diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-08-19 17:11:45 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-08-19 17:11:45 +0200 |
commit | 353dd9a70e66410e755d2bcaf17d1a9fc8ce8c20 (patch) | |
tree | a63e7335e183f360923f2306892aab839ba77885 /lib/RemoteControl.cpp | |
parent | 0f86d6939f022d6fc101fd08f17856d2d7c446cf (diff) | |
download | dabmod-353dd9a70e66410e755d2bcaf17d1a9fc8ce8c20.tar.gz dabmod-353dd9a70e66410e755d2bcaf17d1a9fc8ce8c20.tar.bz2 dabmod-353dd9a70e66410e755d2bcaf17d1a9fc8ce8c20.zip |
Common 036201c: socket changes
Diffstat (limited to 'lib/RemoteControl.cpp')
-rw-r--r-- | lib/RemoteControl.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/RemoteControl.cpp b/lib/RemoteControl.cpp index 30dcb60..9ca8d22 100644 --- a/lib/RemoteControl.cpp +++ b/lib/RemoteControl.cpp @@ -29,9 +29,7 @@ #include <algorithm> #include "RemoteControl.h" -#if defined(HAVE_ZEROMQ) - #include "zmq.hpp" -#endif +#include "zmq.hpp" using namespace std; |