commit | 2290033d2539cdecd47c075a47387ab8c41db92e | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri Apr 16 15:17:46 2021 -0700 |
committer | Patrick Venture <venture@google.com> | Fri Apr 16 15:29:51 2021 -0700 |
tree | 89977a837fb18789a930ad20010c7d6d57b3d316 | |
parent | d6b337e6f2dcbf43b5cfc86d6b18a18d7c80b8b0 [diff] |
tools: size_t defined in cstdlib Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I7bac75f4c781038fc8355541a15b469018de9a5a
diff --git a/tools/io_interface.hpp b/tools/io_interface.hpp index cdc81ad..b31bdf9 100644 --- a/tools/io_interface.hpp +++ b/tools/io_interface.hpp
@@ -1,6 +1,6 @@ #pragma once -#include <cstdint> +#include <cstdlib> namespace host_tool {