We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 904631e + 36e2d51 commit a75c77eCopy full SHA for a75c77e
src/qt/test/util.cpp
@@ -2,6 +2,8 @@
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
+#include <qt/test/util.h>
6
+
7
#include <chrono>
8
9
#include <QApplication>
src/qt/test/util.h
@@ -7,6 +7,8 @@
10
+#include <qglobal.h>
11
12
QT_BEGIN_NAMESPACE
13
class QString;
14
QT_END_NAMESPACE
0 commit comments