From 3681c96f54b34f60493cbbf5ec830f158e469799 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Thu, 2 Apr 2020 14:35:44 +0000 Subject: [PATCH] IWYU: std::find is defined in algorithm --- extensions/browser/install/crx_install_error.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extensions/browser/install/crx_install_error.cc b/extensions/browser/install/crx_install_error.cc index a9765bb..bd0d3e3 100644 --- a/extensions/browser/install/crx_install_error.cc +++ b/extensions/browser/install/crx_install_error.cc @@ -4,6 +4,8 @@ #include "extensions/browser/install/crx_install_error.h" +#include + #include "base/logging.h" #include "extensions/browser/install/sandboxed_unpacker_failure_reason.h" -- 2.24.1 From 80044e30e0014c4c322178e4b56ddbb10eede304 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Thu, 9 Apr 2020 17:58:06 +0000 Subject: [PATCH] IWYU: std::unique_ptr is defined in memory --- .../blink/renderer/core/html/trust_token_attribute_parsing.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/third_party/blink/renderer/core/html/trust_token_attribute_parsing.h b/third_party/blink/renderer/core/html/trust_token_attribute_parsing.h index f5a7ab0..ef19cfa 100644 --- a/third_party/blink/renderer/core/html/trust_token_attribute_parsing.h +++ b/third_party/blink/renderer/core/html/trust_token_attribute_parsing.h @@ -5,6 +5,8 @@ #ifndef THIRD_PARTY_BLINK_RENDERER_CORE_HTML_TRUST_TOKEN_ATTRIBUTE_PARSING_H_ #define THIRD_PARTY_BLINK_RENDERER_CORE_HTML_TRUST_TOKEN_ATTRIBUTE_PARSING_H_ +#include + #include "base/optional.h" #include "services/network/public/mojom/trust_tokens.mojom-blink-forward.h" #include "third_party/blink/renderer/core/core_export.h" -- 2.24.1 From 4f4d0a6d453bc22a6397dadaf6d866b4eb2d6b95 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Fri, 10 Apr 2020 08:31:08 +0000 Subject: [PATCH] IWYU: std::numeric_limits is defined in limits --- .../graph/policies/background_tab_loading_policy_helpers.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chrome/browser/performance_manager/graph/policies/background_tab_loading_policy_helpers.cc b/chrome/browser/performance_manager/graph/policies/background_tab_loading_policy_helpers.cc index 6ab117b..43aa602 100644 --- a/chrome/browser/performance_manager/graph/policies/background_tab_loading_policy_helpers.cc +++ b/chrome/browser/performance_manager/graph/policies/background_tab_loading_policy_helpers.cc @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include + #include "chrome/browser/performance_manager/graph/policies/background_tab_loading_policy_helpers.h" #include "base/logging.h" -- 2.24.1