1
0
Fork 0

source/Math/Logarithm.cpp: include cmath directly instead of cstdlib

This commit is contained in:
Henrik Hautakoski 2023-04-30 15:58:29 +02:00
parent ff44ec7b7a
commit b9936e5867

View file

@ -1,6 +1,6 @@
// Logarithmic functions.
#include <cstdlib>
#include <cmath>
#include <Spectre/Math/Math.h>
namespace sp {