From 6b0777d815cd64902eb0575d56ec52f53aebb4a0 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Mon, 21 Jan 2019 09:12:36 -0500 Subject: [PATCH] stdlib_imports cinttypes currently unavailable in NuttX toolchain (#79) --- matrix/stdlib_imports.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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;