From fd84ae53efd806dc99922bc4bc63d828af980282 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sat, 8 Nov 2025 17:39:56 -0500 Subject: [PATCH] feat: include NLPacketCodec header in OverteClient for packet handling --- src/OverteClient.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/OverteClient.cpp b/src/OverteClient.cpp index 800d586..f664874 100644 --- a/src/OverteClient.cpp +++ b/src/OverteClient.cpp @@ -1,4 +1,5 @@ #include "OverteClient.hpp" +#include "NLPacketCodec.hpp" #include #include @@ -16,6 +17,7 @@ #include using namespace std::chrono_literals; +using namespace Overte; // Generate a simple UUID-like string for session identification static std::string generateUUID() {