commit | 36af21c513378d8ba1d8335ce922caa8c34cbf82 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri May 06 11:36:18 2022 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri May 06 11:36:31 2022 -0700 |
tree | f9ac41d78750744de4c706541c203b84b984ff6c | |
parent | 9bb21e3eb89ab6d590dfb0f677b6bf912a68941b [diff] |
tools/net: Fix missing include Change-Id: If8bba23866e6f129f8e9ecdb704f4b06e33a50ec Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/tools/net.cpp b/tools/net.cpp index 8b0663e..51b9c16 100644 --- a/tools/net.cpp +++ b/tools/net.cpp
@@ -30,6 +30,7 @@ #include <stdplus/handle/managed.hpp> #include <stdplus/util/cexec.hpp> +#include <array> #include <cstdint> #include <cstring> #include <optional>