parent
6cf36e6da8
commit
bf0addefca
@ -0,0 +1,40 @@
|
|||||||
|
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"
|
Loading…
Reference in new issue