0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-04 13:55:23 -05:00

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