diff options
Diffstat (limited to 'src/socket_base.cpp')
-rw-r--r-- | src/socket_base.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket_base.cpp b/src/socket_base.cpp index 570be9e..9806465 100644 --- a/src/socket_base.cpp +++ b/src/socket_base.cpp @@ -20,7 +20,7 @@ #include <string> #include <algorithm> -#include "../c/zmq.h" +#include "../bindings/c/zmq.h" #include "socket_base.hpp" #include "app_thread.hpp" |