Files
void-packages/srcpkgs/qt5-webkit/patches/include_functional.diff
q66 d16847c382 qt5-webkit: update to 5.212.0
It seems ever since Qt 5.11.x update, qt5-webkit does not quite
build right, it's missing certain headers which prevent building
of things like kdewebkit (which is necessary to build KDE5). Our
packages of qt5-webkit are old, from before Qt was updated to
5.11.x, so the issue did not show until now, but as I tried to
build KDE5 and qt5-webkit from scratch, it resulted in a failure.

Reference: https://github.com/mxe/mxe/issues/2160

[ci skip]

Closes: #6638 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-01-12 16:22:12 +01:00

15 lines
401 B
Diff

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>