From 67599b96a54a6a9419d3fed7a9a51e1de44b35c9 Mon Sep 17 00:00:00 2001 From: Ville Voutilainen Date: Tue, 17 May 2022 18:53:08 +0300 Subject: 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 --- tests/auto/core/nodes/tst_nodes.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/core/nodes/tst_nodes.cpp') 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 #include #include +#include #include #include #include -- cgit v1.2.3