From: Alberto Garcia Date: Wed, 28 Sep 2022 07:20:17 +0000 (+0100) Subject: Fix non-unified GTK4 build X-Git-Tag: archive/raspbian/2.38.0-3+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b1a0dc995853c9cdac1c76172d1c08d828b9360a;p=webkit2gtk.git Fix non-unified GTK4 build Bug: https://bugs.webkit.org/show_bug.cgi?id=245723 =================================================================== Gbp-Pq: Name fix-nonunified-build.patch --- 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 {