diff --git a/perf/local_thr.cpp b/perf/local_thr.cpp index 8d183a9b..c347f794 100644 --- a/perf/local_thr.cpp +++ b/perf/local_thr.cpp @@ -19,8 +19,8 @@ along with this program. If not, see . */ -#include "zmq.h" -#include "zmq_utils.h" +#include "../include/zmq.h" +#include "../include/zmq_utils.h" #include #include #include diff --git a/perf/remote_thr.cpp b/perf/remote_thr.cpp index c2ce375e..5e022b56 100644 --- a/perf/remote_thr.cpp +++ b/perf/remote_thr.cpp @@ -19,8 +19,8 @@ along with this program. If not, see . */ -#include "zmq.h" -#include "zmq_utils.h" +#include "../include/zmq.h" +#include "../include/zmq_utils.h" #include #include #include