mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 15:05:59 +01:00
Vector2D: fix typo in include
This commit is contained in:
parent
62efc045d7
commit
1925e64c21
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include <cmath>
|
||||
#include <format>
|
||||
#include "macros.hpp"
|
||||
#include "../macros.hpp"
|
||||
|
||||
class Vector2D {
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue