chromium-115-std-vector-used-in-verify_name_match.h-without-include.patch 985 B

123456789101112131415161718192021222324252627
  1. Parent: 6f43136d (Use BuiltInRecovery for the Attribution Reporting database)
  2. Author: Jose Dapena Paz <jdapena@igalia.com>
  3. AuthorDate: 2023-05-31 17:03:02 +0000
  4. Commit: Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com>
  5. CommitDate: 2023-05-31 17:03:02 +0000
  6. IWYU: std::vector used in verify_name_match.h without include
  7. Bug: 957519
  8. Change-Id: Ie753fadae35adb293f854a0f8d4f675e67a2fc31
  9. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4533815
  10. Reviewed-by: David Benjamin <davidben@chromium.org>
  11. Commit-Queue: José Dapena Paz <jdapena@igalia.com>
  12. Cr-Commit-Position: refs/heads/main@{#1151307}
  13. diff --git a/net/cert/pki/verify_name_match.h b/net/cert/pki/verify_name_match.h
  14. index d22cf7f..e30b221 100644
  15. --- a/net/cert/pki/verify_name_match.h
  16. +++ b/net/cert/pki/verify_name_match.h
  17. @@ -6,6 +6,7 @@
  18. #define NET_CERT_PKI_VERIFY_NAME_MATCH_H_
  19. #include <string>
  20. +#include <vector>
  21. #include "net/base/net_export.h"