Brad Bishop | 08902b0 | 2019-08-20 09:16:51 -0400 | [diff] [blame] | 1 | From 4bc241539246f7a17d07357257ab47cb96bc4b69 Mon Sep 17 00:00:00 2001 |
| 2 | From: "ysuzuki@apple.com" <ysuzuki@apple.com> |
| 3 | Date: Thu, 18 Apr 2019 07:30:18 +0000 |
| 4 | Subject: [PATCH] Unreviewed, fix build failure |
| 5 | https://bugs.webkit.org/show_bug.cgi?id=195938 |
| 6 | |
| 7 | Including <array>. |
| 8 | |
| 9 | * bmalloc/AvailableMemory.cpp: |
| 10 | |
| 11 | git-svn-id: http://svn.webkit.org/repository/webkit/trunk@244422 268f45cc-cd09-0410-ab3c-d52691b4dbfc |
| 12 | |
| 13 | Upstream-Status: Backport [https://github.com/WebKit/webkit/commit/84c111dc0d83b5acf60706ef49bc2f5e91112471] |
| 14 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 15 | --- |
| 16 | Source/bmalloc/bmalloc/AvailableMemory.cpp | 1 + |
| 17 | 1 file changed, 1 insertion(+) |
| 18 | |
| 19 | diff --git a/Source/bmalloc/bmalloc/AvailableMemory.cpp b/Source/bmalloc/bmalloc/AvailableMemory.cpp |
| 20 | index 595889fe..b72000d5 100644 |
| 21 | --- a/Source/bmalloc/bmalloc/AvailableMemory.cpp |
| 22 | +++ b/Source/bmalloc/bmalloc/AvailableMemory.cpp |
| 23 | @@ -32,6 +32,7 @@ |
| 24 | #include "PerProcess.h" |
| 25 | #include "Scavenger.h" |
| 26 | #include "Sizes.h" |
| 27 | +#include <array> |
| 28 | #include <mutex> |
| 29 | #if BOS(DARWIN) |
| 30 | #if BPLATFORM(IOS_FAMILY) |
| 31 | -- |
| 32 | 2.22.0 |
| 33 | |