commit 15dc07df9deab1ed2162bc5acc0a889f83f36891 parent 9d8fcebe092f6eded923b43d565ae36c10cf198f Author: [email protected] <[email protected]> Date: Fri, 7 Dec 2018 06:23:51 +0000 Add cstdlib Diffstat:
M | include/kfr/cometa.hpp | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/include/kfr/cometa.hpp b/include/kfr/cometa.hpp @@ -9,6 +9,7 @@ #include <limits> #include <type_traits> #include <utility> +#include <cstdlib> CMT_PRAGMA_GNU(GCC diagnostic push) CMT_PRAGMA_GNU(GCC diagnostic ignored "-Wshadow")