From cb5f27b4141177161f7441b8d4e54b8dc4dc1d56 Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Thu, 5 Jun 2025 07:39:21 +0200 Subject: [PATCH] Tests: fix missing include Change-Id: Ibcfe19529aae58c1efcb806f2cd728224ba3b2f7 Reviewed-by: Tim Jenssen --- tests/auto/solutions/qprocesstask/testsleep/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/solutions/qprocesstask/testsleep/main.cpp b/tests/auto/solutions/qprocesstask/testsleep/main.cpp index cfe8752e02a..0c928a31900 100644 --- a/tests/auto/solutions/qprocesstask/testsleep/main.cpp +++ b/tests/auto/solutions/qprocesstask/testsleep/main.cpp @@ -1,6 +1,7 @@ // Copyright (C) 2023 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 +#include #include using namespace std;