summarylogtreecommitdiffstats
path: root/chromium-include-functional.patch
diff options
context:
space:
mode:
authorJonas Heinrich2017-11-28 22:19:37 +0100
committerJonas Heinrich2017-11-28 22:19:37 +0100
commitbe249aa85007b8d48a4eab7dfe38e2404f70034c (patch)
tree56dc099158b510b348ec5f734434eea8a2f74f90 /chromium-include-functional.patch
downloadaur-be249aa85007b8d48a4eab7dfe38e2404f70034c.tar.gz
first commit
Diffstat (limited to 'chromium-include-functional.patch')
-rw-r--r--chromium-include-functional.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/chromium-include-functional.patch b/chromium-include-functional.patch
new file mode 100644
index 000000000000..12feabb3c4c6
--- /dev/null
+++ b/chromium-include-functional.patch
@@ -0,0 +1,10 @@
+--- a/third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.h
++++ b/third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.h
+@@ -5,6 +5,7 @@
+ #include "platform/PlatformExport.h"
+ #include "wtf/ThreadSpecific.h"
+
++#include <functional>
+ #include <memory>
+
+ namespace gpu {