From 48207fb4bc80b24ac3fcd2eaeccade8b08e59e8c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 17 Nov 2025 00:09:41 +0000 Subject: [PATCH] Fix compilation error: Add missing #include 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