tst_qglobal: include what you use

Fix the inclusions of stdlib headers to what is actually used in the
test.

Change-Id: I03ad4bdfd0b036bc4cee65b6bd2cd43ac7449722
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Giuseppe D'Angelo 2024-03-21 08:33:28 +01:00
parent e68edd6a07
commit 44cbd84968

View File

@ -12,8 +12,9 @@
#include <QString>
#include <QtVersion>
#include <array>
#include <cmath>
#include <limits>
#include <type_traits>
class tst_QGlobal: public QObject
{