mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-01 08:05:09 +02:00
This is from upstream, and is needed to build on some platforms, notably ppc64 and i686, apparently. [ci skip]
14 lines
401 B
Diff
14 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>
|