source/Math/Logarithm.cpp: include cmath directly instead of cstdlib
This commit is contained in:
parent
ff44ec7b7a
commit
b9936e5867
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
// Logarithmic functions.
|
||||
#include <cstdlib>
|
||||
#include <cmath>
|
||||
#include <Spectre/Math/Math.h>
|
||||
|
||||
namespace sp {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue