Skip to content

Commit

Permalink
Add #include <cmath> for std::sin
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Sep 30, 2024
1 parent 5088006 commit dda4565
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jngl/shapes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "matrix.hpp"
#include "screen.hpp"

#include <cmath>
#include <stack>

namespace jngl {
Expand Down

0 comments on commit dda4565

Please sign in to comment.