summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qhash
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2022-02-08 12:15:24 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2022-03-17 17:14:37 +0100
commit819e1bf91d791ba75cef3e4d51a86676357e0e44 (patch)
treeddff5f3f69cd832711c00e93eab7fcc591702188 /tests/auto/corelib/tools/qhash
parent468e9c13a9a93eeb5efe46f9d388518f949eaf8a (diff)
Tests: Do not depend on transitive includes
Change-Id: Ibc6a948480a904913a5427e6408d4d296784fb4f Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
Diffstat (limited to 'tests/auto/corelib/tools/qhash')
-rw-r--r--tests/auto/corelib/tools/qhash/tst_qhash.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/corelib/tools/qhash/tst_qhash.cpp b/tests/auto/corelib/tools/qhash/tst_qhash.cpp
index bab22c454a..9ed1ce67aa 100644
--- a/tests/auto/corelib/tools/qhash/tst_qhash.cpp
+++ b/tests/auto/corelib/tools/qhash/tst_qhash.cpp
@@ -30,6 +30,7 @@
#include <qhash.h>
#include <qmap.h>
+#include <qset.h>
#include <algorithm>
#include <vector>