summarylogtreecommitdiffstats
path: root/fix-numeric_limits.patch
blob: 7b0116f34461247381c8ffc35468f3857cb69f6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- base/strings/utf_string_conversion_utils.h	2023-11-22 16:13:54.178531002 +0100
+++ base/strings/utf_string_conversion_utils.h	2023-11-22 16:14:16.752974256 +0100
@@ -11,6 +11,7 @@
 #include <stddef.h>
 #include <stdint.h>

+#include <limits>
 #include <string>
 #include <string_view>

--- 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>