qt, test: Add missed header

Should fix MSVC link errors.
This commit is contained in:
Hennadii Stepanov 2023-05-16 14:56:38 +01:00
parent 03a4e8dd4c
commit 36e2d51b8f
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <qt/test/util.h>
#include <chrono>
#include <QApplication>

View File

@ -7,6 +7,8 @@
#include <chrono>
#include <qglobal.h>
QT_BEGIN_NAMESPACE
class QString;
QT_END_NAMESPACE