Upstream-Status: Backport Signed-off-by: Maksim Sisov --- From 4b55a9df52c9d56640732b6404b3de58a179a869 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann 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 Reviewed-by: Lei Zhang 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 #include #include +#include #include #include -- 2.25.1