From b1a0dc995853c9cdac1c76172d1c08d828b9360a Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Wed, 28 Sep 2022 08:20:17 +0100 Subject: [PATCH] Fix non-unified GTK4 build Bug: https://bugs.webkit.org/show_bug.cgi?id=245723 =================================================================== Gbp-Pq: Name fix-nonunified-build.patch --- Source/WebKit/Shared/gtk/NativeWebMouseEventGtk.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/WebKit/Shared/gtk/NativeWebMouseEventGtk.cpp b/Source/WebKit/Shared/gtk/NativeWebMouseEventGtk.cpp index ebf179e3f1..971261b88e 100644 --- a/Source/WebKit/Shared/gtk/NativeWebMouseEventGtk.cpp +++ b/Source/WebKit/Shared/gtk/NativeWebMouseEventGtk.cpp @@ -27,6 +27,7 @@ #include "NativeWebMouseEvent.h" #include "WebEventFactory.h" +#include #include namespace WebKit { -- 2.30.2