Upstream-Status: Backport
|
|
Signed-off-by: Maksim Sisov <msisov@igalia.com>
|
---
|
From 4b55a9df52c9d56640732b6404b3de58a179a869 Mon Sep 17 00:00:00 2001
|
From: Stephan Hartmann <stha09@googlemail.com>
|
Date: Tue, 12 Oct 2021 18:49:23 +0000
|
Subject: [PATCH] IWYU: add memory for std::unique_ptr in base::CommandLine
|
|
Bug: None
|
Change-Id: I55328bdbbdcd82f09a852b400b93ec8027cbdb03
|
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3214337
|
Commit-Queue: Lei Zhang <thestig@chromium.org>
|
Reviewed-by: Lei Zhang <thestig@chromium.org>
|
Cr-Commit-Position: refs/heads/main@{#930696}
|
---
|
base/command_line.h | 1 +
|
1 file changed, 1 insertion(+)
|
|
diff --git a/base/command_line.h b/base/command_line.h
|
index 706726a73eb1c..ad0281283a29b 100644
|
--- a/base/command_line.h
|
+++ b/base/command_line.h
|
@@ -19,6 +19,7 @@
|
#include <stddef.h>
|
#include <functional>
|
#include <map>
|
+#include <memory>
|
#include <string>
|
#include <vector>
|
|
--
|
2.25.1
|