From b9936e5867dbd90fa761939984ee18406ca99886 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 30 Apr 2023 15:58:29 +0200 Subject: [PATCH] source/Math/Logarithm.cpp: include cmath directly instead of cstdlib --- source/Math/Logarithm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Math/Logarithm.cpp b/source/Math/Logarithm.cpp index 4fe83eb..2d6c6ad 100644 --- a/source/Math/Logarithm.cpp +++ b/source/Math/Logarithm.cpp @@ -1,6 +1,6 @@ // Logarithmic functions. -#include +#include #include namespace sp {