From 1041256fac424f7ca74dbc06dce2c008f23e6c32 Mon Sep 17 00:00:00 2001 From: orange Date: Wed, 18 Feb 2026 06:07:27 +0300 Subject: [PATCH] Revert "removed useless include" This reverts commit 88012e252495b0a0421767c099196d655e3cb0db. --- include/omath/3d_primitives/mesh.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/omath/3d_primitives/mesh.hpp b/include/omath/3d_primitives/mesh.hpp index 4ae5718..00a8e50 100644 --- a/include/omath/3d_primitives/mesh.hpp +++ b/include/omath/3d_primitives/mesh.hpp @@ -6,6 +6,7 @@ #include #include #include +#include #include namespace omath::primitives