mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-18 05:00:48 +01:00
13 lines
450 B
Diff
13 lines
450 B
Diff
|
diff --git base/allocator/partition_allocator/src/partition_alloc/oom.cc base/allocator/partition_allocator/src/partition_alloc/oom.cc
|
||
|
index 9b78dfb817139..89589784aa0aa 100644
|
||
|
--- base/allocator/partition_allocator/src/partition_alloc/oom.cc
|
||
|
+++ base/allocator/partition_allocator/src/partition_alloc/oom.cc
|
||
|
@@ -15,6 +15,7 @@
|
||
|
|
||
|
#include <array>
|
||
|
#include <cstdlib>
|
||
|
+#include <limits>
|
||
|
#endif // PA_BUILDFLAG(IS_WIN)
|
||
|
|
||
|
namespace partition_alloc {
|