comparison www/webkitgtk/patch-clang.patch @ 743:a6ccd21107cb

www/webkit: initial import, closes #1752
author David Demelier <markand@malikania.fr>
date Wed, 07 Aug 2019 07:13:31 +0200
parents
children
comparison
equal deleted inserted replaced
742:aa3c1de1780a 743:a6ccd21107cb
1 --- Source/bmalloc/bmalloc/AvailableMemory.cpp.orig
2 +++ Source/bmalloc/bmalloc/AvailableMemory.cpp
3 @@ -32,6 +32,7 @@
4 #include "PerProcess.h"
5 #include "Scavenger.h"
6 #include "Sizes.h"
7 +#include <array>
8 #include <mutex>
9 #if BOS(DARWIN)
10 #if BPLATFORM(IOS_FAMILY)