From dda456506168acfe3f003e6297d28b5fc4eedf43 Mon Sep 17 00:00:00 2001 From: Jan Niklas Hasse Date: Mon, 30 Sep 2024 08:51:47 +0200 Subject: [PATCH] Add #include for std::sin --- src/jngl/shapes.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jngl/shapes.cpp b/src/jngl/shapes.cpp index 4ee55698..ff0eb5f3 100644 --- a/src/jngl/shapes.cpp +++ b/src/jngl/shapes.cpp @@ -10,6 +10,7 @@ #include "matrix.hpp" #include "screen.hpp" +#include #include namespace jngl {