From 39691b7bed013e228cbe75d4b9feaa617e0f08e4 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 14 Jun 2015 16:39:21 +0200 Subject: Use local zmq.hpp for RemoteControl.h --- src/RemoteControl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 +#include "zmq.hpp" #endif #include -- cgit v1.2.3