Fix non-unified GTK4 build
authorAlberto Garcia <berto@igalia.com>
Wed, 28 Sep 2022 07:20:17 +0000 (08:20 +0100)
committerAlberto Garcia <berto@igalia.com>
Wed, 28 Sep 2022 07:20:17 +0000 (08:20 +0100)
Bug: https://bugs.webkit.org/show_bug.cgi?id=245723

===================================================================

Gbp-Pq: Name fix-nonunified-build.patch

Source/WebKit/Shared/gtk/NativeWebMouseEventGtk.cpp

index ebf179e3f11c3e05e2354d36b1a68c4c3b965403..971261b88e126de626367ed02ada6a5e74d12fa9 100644 (file)
@@ -27,6 +27,7 @@
 #include "NativeWebMouseEvent.h"
 
 #include "WebEventFactory.h"
+#include <WebCore/GtkVersioning.h>
 #include <gdk/gdk.h>
 
 namespace WebKit {