summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandtouch.cpp
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2020-03-16 11:33:49 +0000
committerSimon Hausmann <simon.hausmann@qt.io>2020-03-16 13:06:02 +0000
commit2c6146b8b24fc5df3aabf20706c1fa8981f17d95 (patch)
tree1e2388b7b2a761627e5ed60414de8fd2a645575c /src/client/qwaylandtouch.cpp
parent66c2b429710e87b5604606e5f4eb7354aa730fa4 (diff)
Fix build after header changes in qtbase
QTouchDevice is not implicitly included anymore. Change-Id: I4fcfdb70e1850da7243b520df8b2d1deba2e7424 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/client/qwaylandtouch.cpp')
-rw-r--r--src/client/qwaylandtouch.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/qwaylandtouch.cpp b/src/client/qwaylandtouch.cpp
index 8f56e7aa6..17c41fa8d 100644
--- a/src/client/qwaylandtouch.cpp
+++ b/src/client/qwaylandtouch.cpp
@@ -42,6 +42,8 @@
#include "qwaylanddisplay_p.h"
#include "qwaylandsurface_p.h"
+#include <QtGui/QTouchDevice>
+
QT_BEGIN_NAMESPACE
namespace QtWaylandClient {