Changeset 244422 in webkit


Ignore:
Timestamp:
Apr 18, 2019 12:30:18 AM (5 years ago)
Author:
ysuzuki@apple.com
Message:

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

Including <array>.

  • bmalloc/AvailableMemory.cpp:
Location:
trunk/Source/bmalloc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/bmalloc/ChangeLog

    r244316 r244422  
     12019-04-18  Yusuke Suzuki  <ysuzuki@apple.com>
     2
     3        Unreviewed, fix build failure
     4        https://bugs.webkit.org/show_bug.cgi?id=195938
     5
     6        Including <array>.
     7
     8        * bmalloc/AvailableMemory.cpp:
     9
    1102019-04-15  Yoshiaki Jitsukawa  <yoshiaki.jitsukawa@sony.com>
    211
  • trunk/Source/bmalloc/bmalloc/AvailableMemory.cpp

    r244316 r244422  
    3333#include "Scavenger.h"
    3434#include "Sizes.h"
     35#include <array>
    3536#include <mutex>
    3637#if BOS(DARWIN)
Note: See TracChangeset for help on using the changeset viewer.