forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-02-17 557c24d082b6ecb9bfe5407b77ae43fa7650a5dc
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
28
29
30
31
32
33
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