You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.7 KiB
41 lines
1.7 KiB
diff --git a/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/db/column.cc b/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/db/column.cc
|
|
index b957d3ddd..2f9df34b0 100644
|
|
--- a/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/db/column.cc
|
|
+++ b/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/db/column.cc
|
|
@@ -14,6 +14,7 @@
|
|
* limitations under the License.
|
|
*/
|
|
|
|
+#include <limits>
|
|
#include "src/trace_processor/db/column.h"
|
|
|
|
#include "src/trace_processor/db/table.h"
|
|
diff --git a/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/importers/proto/heap_graph_walker.cc b/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/importers/proto/heap_graph_walker.cc
|
|
index 020d3b4a9..fd405d179 100644
|
|
--- a/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/importers/proto/heap_graph_walker.cc
|
|
+++ b/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/importers/proto/heap_graph_walker.cc
|
|
@@ -14,6 +14,8 @@
|
|
* limitations under the License.
|
|
*/
|
|
|
|
+#include <cstddef>
|
|
+
|
|
#include "src/trace_processor/importers/proto/heap_graph_walker.h"
|
|
#include "perfetto/base/logging.h"
|
|
|
|
diff --git a/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/string_pool.cc b/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/string_pool.cc
|
|
index f02990069..df1c0eeb2 100644
|
|
--- a/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/string_pool.cc
|
|
+++ b/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/string_pool.cc
|
|
@@ -14,9 +14,9 @@
|
|
* limitations under the License.
|
|
*/
|
|
|
|
+#include <limits>
|
|
#include "src/trace_processor/string_pool.h"
|
|
|
|
-#include <limits>
|
|
|
|
#include "perfetto/base/logging.h"
|
|
#include "perfetto/ext/base/utils.h"
|