summaryrefslogtreecommitdiff
path: root/src/socket_base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket_base.cpp')
-rw-r--r--src/socket_base.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket_base.cpp b/src/socket_base.cpp
index f17a578..50b4152 100644
--- a/src/socket_base.cpp
+++ b/src/socket_base.cpp
@@ -21,7 +21,7 @@
#include <string>
#include <algorithm>
-#include "../bindings/c/zmq.h"
+#include "../include/zmq.h"
#include "socket_base.hpp"
#include "app_thread.hpp"