From 6a2b4b90b4916f84d8e236b8b6ad135b285425e3 Mon Sep 17 00:00:00 2001 From: orange Date: Fri, 13 Mar 2026 21:49:56 +0300 Subject: [PATCH] fix --- include/omath/hud/canvas_box.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/omath/hud/canvas_box.hpp b/include/omath/hud/canvas_box.hpp index 021a775..a794249 100644 --- a/include/omath/hud/canvas_box.hpp +++ b/include/omath/hud/canvas_box.hpp @@ -3,7 +3,7 @@ // #pragma once #include "omath/linear_algebra/vector2.hpp" - +#include namespace omath::hud { class CanvasBox final