diff options
| author | 1Il1 <[email protected]> | 2018-11-13 16:49:34 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-11-13 16:49:34 +0900 |
| commit | 27154ce765971619efcd2ee59384c549957711f5 (patch) | |
| tree | 514f76b22e801d1cf52d72817ae233ec06ebb6ac | |
| parent | Merge #14356: fix converttopsbt permitsigdata arg, add basic test (diff) | |
| download | discoin-27154ce765971619efcd2ee59384c549957711f5.tar.xz discoin-27154ce765971619efcd2ee59384c549957711f5.zip | |
util.h: explicitly include required QString header
| -rw-r--r-- | src/qt/test/util.h | 2 |
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. * |