Vector2D: fix typo in include

This commit is contained in:
Mihai Fufezan 2023-09-20 22:26:08 +03:00
parent 62efc045d7
commit 1925e64c21
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#include <cmath>
#include <format>
#include "macros.hpp"
#include "../macros.hpp"
class Vector2D {
public: