summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2023-06-06 08:33:42 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-06-06 10:37:45 +0000
commitb3d21dc0bc3bf45094828818a4de8842c767155f (patch)
tree57e01588d80e86f6b2e6447b1dc9c200549f2604
parent6de5032580372da8f100db7b895a5c78fe37c118 (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. Change-Id: Ie4b5c5194e32d4b192444c931da56b7ec9009cd2 Reviewed-by: David Edmundson <davidedmundson@kde.org> (cherry picked from commit 0329cb8ed18fa1b6e3def2896d9c7f9e9c26eb18) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.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;