commit | c41de812877a5ba256ba78e64c06dcbe3c8343d3 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Wed Dec 06 09:50:54 2023 -0500 |
committer | Boringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 06 16:21:43 2023 +0000 |
tree | 874789f9cd170d8b7b20ebcb1fd4222d90a1f012 | |
parent | 59906b3aa8d9f48ad7303edc540912bd588a8e46 [diff] |
Add missing include Change-Id: Ifaef253aa82b07d0930dddbd773724132a7724c4 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/64587 Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: Adam Langley <agl@google.com> Auto-Submit: David Benjamin <davidben@google.com>
diff --git a/crypto/fipsmodule/sha/sha_test.cc b/crypto/fipsmodule/sha/sha_test.cc index 9ae45cc..5029bb0 100644 --- a/crypto/fipsmodule/sha/sha_test.cc +++ b/crypto/fipsmodule/sha/sha_test.cc
@@ -14,6 +14,8 @@ #include <openssl/sha.h> +#include <vector> + #include <gtest/gtest.h> #include "internal.h"