view www/webkitgtk/patch-clang.patch @ 1258:2d76a344c29e

python/python: fix build and manual pages
author David Demelier <markand@malikania.fr>
date Wed, 03 Nov 2021 06:42:05 +0100
parents a6ccd21107cb
children
line wrap: on
line source

--- Source/bmalloc/bmalloc/AvailableMemory.cpp.orig
+++ Source/bmalloc/bmalloc/AvailableMemory.cpp
@@ -32,6 +32,7 @@
 #include "PerProcess.h"
 #include "Scavenger.h"
 #include "Sizes.h"
+#include <array>
 #include <mutex>
 #if BOS(DARWIN)
 #if BPLATFORM(IOS_FAMILY)