summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/nodes/tst_nodes.cpp
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2022-05-17 18:53:08 +0300
committerMarc Mutz <marc.mutz@qt.io>2022-05-17 16:10:08 +0000
commit67599b96a54a6a9419d3fed7a9a51e1de44b35c9 (patch)
treed1c39d62213f1b220f4b0bdfc1527904f97db4d7 /tests/auto/core/nodes/tst_nodes.cpp
parentc08b0234f0e7df0e28de969dcd1c4494fe2de3b8 (diff)
Fix missing includes
These popped up on a developer build of the newest dev branch. I don't know whether there's been header refactoring churn or whether the devs and CI use pch, but I certainly couldn't build without these fixes, on Linux with GCC 11. Pick-to: 6.3 6.2 Change-Id: Ic3529a33f4bc5c339b22c523d0be811ffb977c06 Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Diffstat (limited to 'tests/auto/core/nodes/tst_nodes.cpp')
-rw-r--r--tests/auto/core/nodes/tst_nodes.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/core/nodes/tst_nodes.cpp b/tests/auto/core/nodes/tst_nodes.cpp
index 1edaf42ce..b5458e2e7 100644
--- a/tests/auto/core/nodes/tst_nodes.cpp
+++ b/tests/auto/core/nodes/tst_nodes.cpp
@@ -40,6 +40,7 @@
#include <Qt3DCore/private/qnode_p.h>
#include <Qt3DCore/private/qcomponent_p.h>
#include <Qt3DCore/private/vector_helper_p.h>
+#include <QSet>
#include <QSignalSpy>
#include <testarbiter.h>
#include <vector>