25 lines
858 B
Diff
25 lines
858 B
Diff
From 74c464ae56275f4de46b7d1f7e103fa758a637d2 Mon Sep 17 00:00:00 2001
|
|
From: Jose Dapena Paz <jdapena@igalia.com>
|
|
Date: Wed, 31 May 2023 17:03:02 +0000
|
|
Subject: [PATCH] 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"
|
|
|