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:
parent
0d16d37d72
commit
501d85ac05
|
@ -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>
|
Loading…
Reference in New Issue