From c56aa8456c4333d16c4a3f3fd43b1a32d5452876 Mon Sep 17 00:00:00 2001 From: Blake-Madden <66873089+Blake-Madden@users.noreply.github.com> Date: Fri, 16 Aug 2024 18:40:39 -0400 Subject: [PATCH] Add missing include --- src/math/mathematics.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/math/mathematics.h b/src/math/mathematics.h index 9e17d34d..feb39eda 100644 --- a/src/math/mathematics.h +++ b/src/math/mathematics.h @@ -22,6 +22,7 @@ #include #include #include +#include /// @todo replace this when upgrading to C++20. #ifndef M_PI