diff options
author | Mihai Fufezan <[email protected]> | 2023-09-20 22:26:08 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2023-09-20 22:26:08 +0300 |
commit | 1925e64c21811ce76e5059d7a063f968c2d3e98c (patch) | |
tree | 7f6571623b0eac50c7e09fbeb59974b8354819b0 | |
parent | 62efc045d78a482a462bd0c77b2e2dd3038c8f08 (diff) | |
download | Hyprland-1925e64c21811ce76e5059d7a063f968c2d3e98c.tar.gz Hyprland-1925e64c21811ce76e5059d7a063f968c2d3e98c.zip |
Vector2D: fix typo in include
-rw-r--r-- | src/helpers/Vector2D.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <cmath> #include <format> -#include "macros.hpp" +#include "../macros.hpp" class Vector2D { public: |