summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2023-06-06 08:33:42 +0200
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2023-06-06 10:43:04 +0200
commit0329cb8ed18fa1b6e3def2896d9c7f9e9c26eb18 (patch)
treea479fdd2f57714cdf15f797b553825e07b694e32
parent5587deee20f5c12f7a9ae242758b108c1a85d7dd (diff)
Fix compilation with -feature-wayland_text_input_v4_wip
Someone changed something so this is no longer implicitly included, so we need to add it explicitly. Pick-to: 6.5 6.6 Change-Id: Ie4b5c5194e32d4b192444c931da56b7ec9009cd2 Reviewed-by: David Edmundson <davidedmundson@kde.org>
-rw-r--r--src/client/qwaylandtextinputv4_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/qwaylandtextinputv4_p.h b/src/client/qwaylandtextinputv4_p.h
index cad6d6c32..2f4263eba 100644
--- a/src/client/qwaylandtextinputv4_p.h
+++ b/src/client/qwaylandtextinputv4_p.h
@@ -18,6 +18,7 @@
#include "qwaylandtextinputinterface_p.h"
#include <QtWaylandClient/private/qwayland-text-input-unstable-v4-wip.h>
#include <qwaylandinputmethodeventbuilder_p.h>
+#include <QLoggingCategory>
struct wl_callback;
struct wl_callback_listener;