summarylogtreecommitdiffstats
path: root/fix-undeclared-identifiers.patch
blob: c23584618757bb895668a1d5268c9195d96463c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
--- base/debug/proc_maps_linux.cc	2026-02-14 13:12:40.599655826 +0100
+++ base/debug/proc_maps_linux.cc	2026-02-14 13:15:28.248247386 +0100
@@ -8,6 +8,7 @@
 #include <stddef.h>
 #include <unistd.h>

+#include <cstring>
 #include <unordered_map>

 #include "base/files/scoped_file.h"
--- components/cronet/native/generated/cronet.idl_impl_struct.h	2023-11-22 16:42:03.764260025 +0100
+++ components/cronet/native/generated/cronet.idl_impl_struct.h	2023-11-22 16:42:08.007801119 +0100
@@ -9,6 +9,7 @@

 #include "components/cronet/native/generated/cronet.idl_c.h"

+#include <limits>
 #include <memory>
 #include <string>
 #include <vector>
--- components/cronet/native/engine.cc	2023-10-23 22:05:39.245941623 +0200
+++ components/cronet/native/engine.cc	2023-10-23 22:05:55.586781891 +0200
@@ -4,6 +4,7 @@

 #include "components/cronet/native/engine.h"

+#include <cmath>
 #include <unordered_set>
 #include <utility>

--- net/third_party/quiche/src/quiche/common/quiche_buffer_allocator.h	2026-02-14 13:51:13.544021886 +0100
+++ net/third_party/quiche/src/quiche/common/quiche_buffer_allocator.h	2026-02-14 13:51:36.404710775 +0100
@@ -7,6 +7,7 @@

 #include <stddef.h>

+#include <cstring>
 #include <memory>

 #include "absl/strings/string_view.h"