From 21f516800ed56b72648a42847847092c2839873b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 16 Nov 2025 23:48:02 +0000 Subject: [PATCH] Add missing #include to fix compilation error Co-authored-by: MayaTheShy <117858929+MayaTheShy@users.noreply.github.com> --- src/OverteClient.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OverteClient.hpp b/src/OverteClient.hpp index 4da2ddc..cc8811c 100644 --- a/src/OverteClient.hpp +++ b/src/OverteClient.hpp @@ -1,6 +1,7 @@ // OverteClient.hpp #pragma once +#include #include #include #include