QTest: add missing <chrono> to qtestsupport_core.h

Don't rely on transitive includes.

Change-Id: I350922a47842ad5bdad0dc3f8349b0c82dd4bd0d
Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
(cherry picked from commit f38ba1827c1d488642b08df5982bb9dbba710e2a)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Marc Mutz 2024-03-11 09:43:44 +01:00 committed by Qt Cherry-pick Bot
parent 285bbe03c5
commit d46f88c049

View File

@ -8,6 +8,8 @@
#include <QtCore/qdeadlinetimer.h>
#include <QtCore/qthread.h>
#include <chrono>
QT_BEGIN_NAMESPACE
namespace QTest {