From 371d8154ee1b93c8d06ff49b435bc663f651778d Mon Sep 17 00:00:00 2001 From: orange Date: Fri, 13 Mar 2026 21:40:30 +0300 Subject: [PATCH] fix --- include/omath/hud/entity_overlay.hpp | 1 - include/omath/hud/hud_renderer_interface.hpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/omath/hud/entity_overlay.hpp b/include/omath/hud/entity_overlay.hpp index a88bc4f..026d2b5 100644 --- a/include/omath/hud/entity_overlay.hpp +++ b/include/omath/hud/entity_overlay.hpp @@ -8,7 +8,6 @@ #include "omath/utility/color.hpp" #include #include -#include namespace omath::hud { class EntityOverlay final diff --git a/include/omath/hud/hud_renderer_interface.hpp b/include/omath/hud/hud_renderer_interface.hpp index c563154..c131ba6 100644 --- a/include/omath/hud/hud_renderer_interface.hpp +++ b/include/omath/hud/hud_renderer_interface.hpp @@ -4,6 +4,7 @@ #pragma once #include "omath/linear_algebra/vector2.hpp" #include "omath/utility/color.hpp" +#include namespace omath::hud {