From c002fb02218243cc3b580cb43bb1cf4922420944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Fad=C4=B1l=20Usta?= Date: Tue, 13 Sep 2022 07:54:39 +0000 Subject: [PATCH] [libtaskmanager] Add missing include to fix QtWaylandClient version Check Without this include QTWAYLANDCLIENT_VERSION variable will be undefined --- libtaskmanager/declarative/screencasting.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libtaskmanager/declarative/screencasting.cpp b/libtaskmanager/declarative/screencasting.cpp index d2623cc78..edb9870ad 100644 --- a/libtaskmanager/declarative/screencasting.cpp +++ b/libtaskmanager/declarative/screencasting.cpp @@ -12,6 +12,7 @@ #include #include #include +#include class ScreencastingStreamPrivate : public QtWayland::zkde_screencast_stream_unstable_v1 {