Skip to content

Commit

Permalink
Merged r244422 - Unreviewed, fix build failure
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=195938

Including <array>.

* bmalloc/AvailableMemory.cpp:
  • Loading branch information
aperezdc committed Jul 16, 2019
1 parent 33ded80 commit 4a7100c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Source/bmalloc/ChangeLog
@@ -1,3 +1,12 @@
2019-04-18 Yusuke Suzuki <ysuzuki@apple.com>

Unreviewed, fix build failure
https://bugs.webkit.org/show_bug.cgi?id=195938

Including <array>.

* bmalloc/AvailableMemory.cpp:

2019-04-15 Yoshiaki Jitsukawa <yoshiaki.jitsukawa@sony.com>

Unreviewed. Build fix after r244244.
Expand Down
1 change: 1 addition & 0 deletions Source/bmalloc/bmalloc/AvailableMemory.cpp
Expand Up @@ -32,6 +32,7 @@
#include "PerProcess.h"
#include "Scavenger.h"
#include "Sizes.h"
#include <array>
#include <mutex>
#if BOS(DARWIN)
#if BPLATFORM(IOS_FAMILY)
Expand Down

0 comments on commit 4a7100c

Please sign in to comment.