From 1925e64c21811ce76e5059d7a063f968c2d3e98c Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Wed, 20 Sep 2023 22:26:08 +0300 Subject: [PATCH] Vector2D: fix typo in include --- src/helpers/Vector2D.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/Vector2D.hpp b/src/helpers/Vector2D.hpp index 76c7f600..3c5d4a2c 100644 --- a/src/helpers/Vector2D.hpp +++ b/src/helpers/Vector2D.hpp @@ -2,7 +2,7 @@ #include #include -#include "macros.hpp" +#include "../macros.hpp" class Vector2D { public: