[libtaskmanager] Add missing include to fix QtWaylandClient version Check

Without this include QTWAYLANDCLIENT_VERSION variable will be undefined
wilder-5.26
Ömer Fadıl Usta 4 years ago
parent 9c51fa02c4
commit c002fb0221
  1. 1
      libtaskmanager/declarative/screencasting.cpp

@ -12,6 +12,7 @@
#include <QScreen>
#include <QWaylandClientExtensionTemplate>
#include <qpa/qplatformnativeinterface.h>
#include <qtwaylandclientversion.h>
class ScreencastingStreamPrivate : public QtWayland::zkde_screencast_stream_unstable_v1
{

Loading…
Cancel
Save