From a246eba0b6438d85c25835c40bc96bcac398effc Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sun, 9 Nov 2025 02:15:44 -0500 Subject: [PATCH] feat: include OverteAuth header in OverteClient.cpp for authentication integration --- src/OverteClient.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OverteClient.cpp b/src/OverteClient.cpp index 7f46640..c2709ba 100644 --- a/src/OverteClient.cpp +++ b/src/OverteClient.cpp @@ -1,5 +1,6 @@ #include "OverteClient.hpp" #include "NLPacketCodec.hpp" +#include "OverteAuth.hpp" #include #include