aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author1Il1 <[email protected]>2018-11-13 16:49:34 +0900
committerGitHub <[email protected]>2018-11-13 16:49:34 +0900
commit27154ce765971619efcd2ee59384c549957711f5 (patch)
tree514f76b22e801d1cf52d72817ae233ec06ebb6ac
parentMerge #14356: fix converttopsbt permitsigdata arg, add basic test (diff)
downloaddiscoin-27154ce765971619efcd2ee59384c549957711f5.tar.xz
discoin-27154ce765971619efcd2ee59384c549957711f5.zip
util.h: explicitly include required QString header
-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 5363c9454..377f07dcb 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.
*