diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-05-16 14:56:38 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-05-16 15:27:43 +0100 |
commit | 36e2d51b8f6bb0125911c831ba2b6fd022fca708 (patch) | |
tree | 747e09a78351dc6ee1d306fe441b916baf2661fb /src/qt/test/util.cpp | |
parent | 03a4e8dd4c63d94ecf9f9cd92a4ac3c220cf888b (diff) |
qt, test: Add missed header
Should fix MSVC link errors.
Diffstat (limited to 'src/qt/test/util.cpp')
-rw-r--r-- | src/qt/test/util.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/test/util.cpp b/src/qt/test/util.cpp index c5ed20d967..d91b90fbba 100644 --- a/src/qt/test/util.cpp +++ b/src/qt/test/util.cpp @@ -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> |