diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-08-19 17:12:01 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-08-19 17:12:01 +0200 |
commit | 49597be93b0dc05fe13164e126a5e94326e51556 (patch) | |
tree | 88a85bd70916e87a44aaa22897af0147c55ae305 /lib/RemoteControl.cpp | |
parent | 0280bd327598342b5562ce11645fae8fcf649e2a (diff) | |
parent | 353dd9a70e66410e755d2bcaf17d1a9fc8ce8c20 (diff) | |
download | dabmod-49597be93b0dc05fe13164e126a5e94326e51556.tar.gz dabmod-49597be93b0dc05fe13164e126a5e94326e51556.tar.bz2 dabmod-49597be93b0dc05fe13164e126a5e94326e51556.zip |
Merge branch 'next' into dexter
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; |