| commit | 7860bb7115b1d7899fb620a78c620b28568e1afd | [log] [tgz] |
|---|---|---|
| author | Lily Chen <chlily@google.com> | Fri Nov 07 10:00:13 2025 -0500 |
| committer | Boringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 07 07:15:29 2025 -0800 |
| tree | aaa19062875da7438b85f74287faf8cedeac67d9 | |
| parent | 4490869bcdb3f3f1e44f1614c7c91d7ca28ecbe6 [diff] |
Add missing #include Change-Id: I7d282e1329d229200706801d0a4f941bae3c15df Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/83727 Auto-Submit: Lily Chen <chlily@google.com> Commit-Queue: Adam Langley <agl@google.com> Commit-Queue: Lily Chen <chlily@google.com> Reviewed-by: Adam Langley <agl@google.com>
diff --git a/include/openssl/span.h b/include/openssl/span.h index 11798a7..3b48dda 100644 --- a/include/openssl/span.h +++ b/include/openssl/span.h
@@ -24,6 +24,7 @@ #include <stdlib.h> #include <algorithm> +#include <array> #include <limits> #include <string_view> #include <type_traits>