aboutsummaryrefslogtreecommitdiff
path: root/ksocket/helper.hpp
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2023-09-15 11:21:31 +0200
committerToni Uhlig <matzeton@googlemail.com>2023-09-15 11:21:31 +0200
commit0cbfbe129934976359460fdbe69fb97632d81d24 (patch)
tree3d4685fc1f02244c80d4f5de2fa6c80fae94a425 /ksocket/helper.hpp
parent37d1e657e5e79bc240ea036cfb8da377b1640490 (diff)
Added C++ (`ksocket/ksocket.hpp`) Socket wrapper classes.
* another flatbuffers example (WiP!) * Makefile improvements Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'ksocket/helper.hpp')
-rw-r--r--ksocket/helper.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ksocket/helper.hpp b/ksocket/helper.hpp
index 153e549..9143b07 100644
--- a/ksocket/helper.hpp
+++ b/ksocket/helper.hpp
@@ -11,6 +11,8 @@
#include <EASTL/string.h>
#include <EASTL/vector.h>
+#include <ksocket/utils.h>
+
#ifndef SOCKET_ERROR
#define SOCKET_ERROR -1
#endif