From d21d157d644f6c8f0fcddfa50fc646b95042a580 Mon Sep 17 00:00:00 2001 From: Yannick Brosseau Date: Sat, 25 Nov 2023 10:25:31 -0500 Subject: [PATCH] Use cmath instead of math.h --- include/toolbox.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/toolbox.hpp b/include/toolbox.hpp index 5a716b96..e4b64f37 100644 --- a/include/toolbox.hpp +++ b/include/toolbox.hpp @@ -3,7 +3,7 @@ #include #include -#include +#include #include #include