aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author1Il1 <33648696+1Il1@users.noreply.github.com>2018-11-13 16:49:34 +0900
committerGitHub <noreply@github.com>2018-11-13 16:49:34 +0900
commit27154ce765971619efcd2ee59384c549957711f5 (patch)
tree514f76b22e801d1cf52d72817ae233ec06ebb6ac /src
parent47ed24cf8aa7be3b778731b1f140ad9941157933 (diff)
downloadbitcoin-27154ce765971619efcd2ee59384c549957711f5.tar.xz
util.h: explicitly include required QString header
Diffstat (limited to 'src')
-rw-r--r--src/qt/test/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/test/util.h b/src/qt/test/util.h
index 5363c94547..377f07dcba 100644
--- a/src/qt/test/util.h
+++ b/src/qt/test/util.h
@@ -1,6 +1,8 @@
#ifndef BITCOIN_QT_TEST_UTIL_H
#define BITCOIN_QT_TEST_UTIL_H
+#include <QString>
+
/**
* Press "Ok" button in message box dialog.
*