aboutsummaryrefslogtreecommitdiff
path: root/examples/userspace_client_protobuf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/userspace_client_protobuf.cpp')
-rw-r--r--examples/userspace_client_protobuf.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/userspace_client_protobuf.cpp b/examples/userspace_client_protobuf.cpp
index b8ad711..a387579 100644
--- a/examples/userspace_client_protobuf.cpp
+++ b/examples/userspace_client_protobuf.cpp
@@ -3,7 +3,9 @@
#include <winsock2.h>
#include <ws2tcpip.h>
-#include "common.hpp"
+#include <ksocket/helper.hpp>
+
+#include "examples/common.hpp"
#include "examples/example.pb-c.h"
int main(int argc, char **argv) {