diff --git a/devices/zmq_forwarder/zmq_forwarder.cpp b/devices/zmq_forwarder/zmq_forwarder.cpp index b9004841..092bc473 100644 --- a/devices/zmq_forwarder/zmq_forwarder.cpp +++ b/devices/zmq_forwarder/zmq_forwarder.cpp @@ -17,7 +17,7 @@ along with this program. If not, see . */ -#include "../../bindings/cpp/zmq.hpp" +#include "../../include/zmq.hpp" #include "../../foreign/xmlParser/xmlParser.cpp" int main (int argc, char *argv []) diff --git a/devices/zmq_queue/zmq_queue.cpp b/devices/zmq_queue/zmq_queue.cpp index a90aac7a..3bcce97b 100644 --- a/devices/zmq_queue/zmq_queue.cpp +++ b/devices/zmq_queue/zmq_queue.cpp @@ -17,7 +17,7 @@ along with this program. If not, see . */ -#include "../../bindings/cpp/zmq.hpp" +#include "../../include/zmq.hpp" #include "../../foreign/xmlParser/xmlParser.cpp" int main (int argc, char *argv []) diff --git a/devices/zmq_streamer/zmq_streamer.cpp b/devices/zmq_streamer/zmq_streamer.cpp index a2906d92..6eccedf4 100644 --- a/devices/zmq_streamer/zmq_streamer.cpp +++ b/devices/zmq_streamer/zmq_streamer.cpp @@ -17,7 +17,7 @@ along with this program. If not, see . */ -#include "../../bindings/cpp/zmq.hpp" +#include "../../include/zmq.hpp" #include "../../foreign/xmlParser/xmlParser.cpp" int main (int argc, char *argv [])