diff options
Diffstat (limited to 'src/Console.cpp')
| -rw-r--r-- | src/Console.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Console.cpp b/src/Console.cpp index 51f1155..7f5870b 100644 --- a/src/Console.cpp +++ b/src/Console.cpp @@ -1,6 +1,6 @@ #include <string> -#include <math.h> +#include <cmath> #include "Console.h" int Console::ParsePartref(char * txt) |
