summarylogtreecommitdiffstats
path: root/chromium-115-std-vector-used-in-verify_name_match.h-without-include.patch
blob: cb598a4257683575631b26e2824c445fb784d375 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Parent:     6f43136d (Use BuiltInRecovery for the Attribution Reporting database)
Author:     Jose Dapena Paz <jdapena@igalia.com>
AuthorDate: 2023-05-31 17:03:02 +0000
Commit:     Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com>
CommitDate: 2023-05-31 17:03:02 +0000

IWYU: std::vector used in verify_name_match.h without include

Bug: 957519
Change-Id: Ie753fadae35adb293f854a0f8d4f675e67a2fc31
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4533815
Reviewed-by: David Benjamin <davidben@chromium.org>
Commit-Queue: José Dapena Paz <jdapena@igalia.com>
Cr-Commit-Position: refs/heads/main@{#1151307}
diff --git a/net/cert/pki/verify_name_match.h b/net/cert/pki/verify_name_match.h
index d22cf7f..e30b221 100644
--- a/net/cert/pki/verify_name_match.h
+++ b/net/cert/pki/verify_name_match.h
@@ -6,6 +6,7 @@
 #define NET_CERT_PKI_VERIFY_NAME_MATCH_H_

 #include <string>
+#include <vector>

 #include "net/base/net_export.h"