Skip to content

Commit

Permalink
qt, test: Add missed header
Browse files Browse the repository at this point in the history
Should fix MSVC link errors.
  • Loading branch information
hebasto committed May 16, 2023
1 parent 03a4e8d commit 36e2d51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qt/test/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 2 additions & 0 deletions src/qt/test/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

#include <chrono>

#include <qglobal.h>

QT_BEGIN_NAMESPACE
class QString;
QT_END_NAMESPACE
Expand Down

0 comments on commit 36e2d51

Please sign in to comment.