From 05b8b0e0af1d72e51a3ee61522941bf7605cd01c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 4 Jul 2020 14:05:23 +0100 Subject: gentoo resync : 04.07.2020 --- .../chromium/files/chromium-85-ozone-include.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 www-client/chromium/files/chromium-85-ozone-include.patch (limited to 'www-client/chromium/files/chromium-85-ozone-include.patch') diff --git a/www-client/chromium/files/chromium-85-ozone-include.patch b/www-client/chromium/files/chromium-85-ozone-include.patch new file mode 100644 index 000000000000..2441a2aca135 --- /dev/null +++ b/www-client/chromium/files/chromium-85-ozone-include.patch @@ -0,0 +1,24 @@ +From 9abbd7da1ddd8003106cc3420170561d475231a9 Mon Sep 17 00:00:00 2001 +From: Stephan Hartmann +Date: Mon, 29 Jun 2020 13:01:27 +0000 +Subject: [PATCH] IWYU: add missing include for std::vector + +--- + ui/ozone/public/platform_screen.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/ui/ozone/public/platform_screen.h b/ui/ozone/public/platform_screen.h +index 9ce293c..ba20597 100644 +--- a/ui/ozone/public/platform_screen.h ++++ b/ui/ozone/public/platform_screen.h +@@ -7,6 +7,7 @@ + + #include + #include ++#include + + #include "base/component_export.h" + #include "base/macros.h" +-- +2.26.2 + -- cgit v1.2.3