Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rayburgemeestre committed Dec 10, 2023
1 parent 307cfdc commit fd49e84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util/vector_logic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#pragma once

#include <cmath>

class vector2d {
public:
double x = 0;
Expand Down

0 comments on commit fd49e84

Please sign in to comment.