diff options
author | Fabian Kosmale <fabian.kosmale@qt.io> | 2022-02-08 12:15:24 +0100 |
---|---|---|
committer | Fabian Kosmale <fabian.kosmale@qt.io> | 2022-03-17 17:14:37 +0100 |
commit | 819e1bf91d791ba75cef3e4d51a86676357e0e44 (patch) | |
tree | ddff5f3f69cd832711c00e93eab7fcc591702188 /tests/auto/other/gestures/tst_gestures.cpp | |
parent | 468e9c13a9a93eeb5efe46f9d388518f949eaf8a (diff) | |
download | qtbase-819e1bf91d791ba75cef3e4d51a86676357e0e44.tar.gz |
Tests: Do not depend on transitive includes
Change-Id: Ibc6a948480a904913a5427e6408d4d296784fb4f
Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
Diffstat (limited to 'tests/auto/other/gestures/tst_gestures.cpp')
-rw-r--r-- | tests/auto/other/gestures/tst_gestures.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/other/gestures/tst_gestures.cpp b/tests/auto/other/gestures/tst_gestures.cpp index 48cd355554..28eec20741 100644 --- a/tests/auto/other/gestures/tst_gestures.cpp +++ b/tests/auto/other/gestures/tst_gestures.cpp @@ -31,6 +31,7 @@ #include <QtTest/qtesttouch.h> #include <qevent.h> +#include <QSet> #include <qpointingdevice.h> #include <qwidget.h> #include <qlayout.h> |