mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
30 lines
1.3 KiB
Diff
30 lines
1.3 KiB
Diff
|
From 74f76a6be385ef056b0be2362c32c728141cca16 Mon Sep 17 00:00:00 2001
|
||
|
From: Stephan Hartmann <stha09@googlemail.com>
|
||
|
Date: Fri, 17 Apr 2020 16:04:12 +0000
|
||
|
Subject: [PATCH] IWYU: std::numeric_limits is defined in limits
|
||
|
MIME-Version: 1.0
|
||
|
Content-Type: text/plain; charset=UTF-8
|
||
|
Content-Transfer-Encoding: 8bit
|
||
|
|
||
|
Change-Id: Ifbc379adc5bb7242c21e7da0bcfc28f49e4dd06f
|
||
|
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153111
|
||
|
Reviewed-by: François Doray <fdoray@chromium.org>
|
||
|
Commit-Queue: François Doray <fdoray@chromium.org>
|
||
|
Cr-Commit-Position: refs/heads/master@{#760075}
|
||
|
---
|
||
|
.../graph/policies/background_tab_loading_policy_helpers.cc | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
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 4881c010bb9..593501d16a7 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
|
||
|
@@ -5,6 +5,7 @@
|
||
|
#include "chrome/browser/performance_manager/graph/policies/background_tab_loading_policy_helpers.h"
|
||
|
|
||
|
#include <math.h>
|
||
|
+#include <limits>
|
||
|
|
||
|
#include "base/logging.h"
|
||
|
|