Vector2D: fix typo in include

This commit is contained in:
Mihai Fufezan
2023-09-20 22:26:08 +03:00
parent 62efc045d7
commit 1925e64c21

View File

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