fcdbc44cf3
- Built for x86_64, x86_64-musl, i686. - Tested on x86_64. - Add API deprecation warning message.
20 lines
724 B
Diff
20 lines
724 B
Diff
From 372366b4180533f27d3250a50810828370d697b0 Mon Sep 17 00:00:00 2001
|
|
From: Stephan Hartmann <stha09@googlemail.com>
|
|
Date: Sat, 21 Nov 2020 16:12:18 +0000
|
|
Subject: [PATCH] IWYU: include limits for std::numeric_limits
|
|
|
|
Change-Id: Ia5226e1432a622f4f4abc8f1b18bcab8638a73c6
|
|
---
|
|
|
|
diff --git a/src/trace_processor/containers/string_pool.h b/src/trace_processor/containers/string_pool.h
|
|
index 11ae91c..58c6db2 100644
|
|
--- third_party/perfetto/src/trace_processor/containers/string_pool.h
|
|
+++ third_party/perfetto/src/trace_processor/containers/string_pool.h
|
|
@@ -22,6 +22,7 @@
|
|
|
|
#include <unordered_map>
|
|
#include <vector>
|
|
+#include <limits>
|
|
|
|
#include "perfetto/ext/base/optional.h"
|
|
#include "perfetto/ext/base/paged_memory.h"
|