qt5-webkit: add patch to include functional

This is from upstream, and is needed to build on some platforms,
notably ppc64 and i686, apparently.

[ci skip]
This commit is contained in:
q66 2019-01-17 01:23:23 +01:00 committed by maxice8
parent 0d16d37d72
commit 501d85ac05

View file

@ -0,0 +1,14 @@
Description: add missing #include <functional>
Origin: upstream, https://github.com/annulen/webkit/commit/4ce8ebc4094512b9
Last-Update: 2018-04-15
--- Source/WebCore/dom/SlotAssignment.h
+++ Source/WebCore/dom/SlotAssignment.h
@@ -28,6 +28,7 @@
#if ENABLE(SHADOW_DOM) || ENABLE(DETAILS_ELEMENT)
+#include <functional>
#include <wtf/HashMap.h>
#include <wtf/HashSet.h>
#include <wtf/Vector.h>