diff --git a/matrix/stdlib_imports.hpp b/matrix/stdlib_imports.hpp index 1d23c5c93e..1f6b88b9c9 100644 --- a/matrix/stdlib_imports.hpp +++ b/matrix/stdlib_imports.hpp @@ -11,7 +11,7 @@ #include #include -#include +#include namespace matrix { @@ -78,8 +78,6 @@ using std::modf; # if (__cplusplus >= 201103L) -using std::imaxabs; -using std::imaxdiv; using std::remainder; using std::remquo; using std::fma;