From b32c8dd49ebb0e759d64b83a456124be32d22e5d Mon Sep 17 00:00:00 2001 From: Luca Di Sera Date: Mon, 10 Oct 2022 08:11:34 +0200 Subject: [PATCH] Fix syncqt warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I739eb81ec78a071baa85d24f26bb45b184b9068c Reviewed-by: Topi Reiniƶ Reviewed-by: David Edmundson --- src/plugins/platforms/wayland/global/qwaylandclientextension.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/platforms/wayland/global/qwaylandclientextension.h b/src/plugins/platforms/wayland/global/qwaylandclientextension.h index b7c4a3239ea..8fe74e37902 100644 --- a/src/plugins/platforms/wayland/global/qwaylandclientextension.h +++ b/src/plugins/platforms/wayland/global/qwaylandclientextension.h @@ -4,7 +4,7 @@ #ifndef QWAYLANDCLIENTEXTENSION_H #define QWAYLANDCLIENTEXTENSION_H -#include +#include #include struct wl_interface;