summaryrefslogtreecommitdiff
path: root/src/s/s_Math.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/s/s_Math.cpp')
-rw-r--r--src/s/s_Math.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/s_Math.cpp b/src/s/s_Math.cpp
index 605bd9b9..c6a443a0 100644
--- a/src/s/s_Math.cpp
+++ b/src/s/s_Math.cpp
@@ -1,6 +1,6 @@
#include "s/s_Math.h"
-#include "math.h"
+#include <cmath>
namespace sLib {