diff options
Diffstat (limited to 'src/mathfunc.cpp')
-rw-r--r-- | src/mathfunc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mathfunc.cpp b/src/mathfunc.cpp index e74a841..68d17a7 100644 --- a/src/mathfunc.cpp +++ b/src/mathfunc.cpp @@ -24,7 +24,7 @@ #include <fstream> #include <iomanip> #include <iostream> -#include <limits.h> +#include <limits> #include <map> #include <regex> #include <set> |