Skip to content

Commit

Permalink
Vector2D: fix typo in include
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Sep 20, 2023
1 parent 62efc04 commit 1925e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/Vector2D.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include <cmath>
#include <format>
#include "macros.hpp"
#include "../macros.hpp"

class Vector2D {
public:
Expand Down

0 comments on commit 1925e64

Please sign in to comment.