view www/webkitgtk/patch-clang.patch @ 872:f163c5b865e0

emulation/libretro-nxengine: initial import, closes #2165
author David Demelier <markand@malikania.fr>
date Sun, 25 Aug 2019 12:39:01 +0200
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)