Skip to content

Commit 36e2d51

Browse files
committed
qt, test: Add missed header
Should fix MSVC link errors.
1 parent 03a4e8d commit 36e2d51

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/qt/test/util.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

5+
#include <qt/test/util.h>
6+
57
#include <chrono>
68

79
#include <QApplication>

src/qt/test/util.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
#include <chrono>
99

10+
#include <qglobal.h>
11+
1012
QT_BEGIN_NAMESPACE
1113
class QString;
1214
QT_END_NAMESPACE

0 commit comments

Comments
 (0)