diff options
author | 1Il1 <33648696+1Il1@users.noreply.github.com> | 2018-11-13 16:49:34 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-13 16:49:34 +0900 |
commit | 27154ce765971619efcd2ee59384c549957711f5 (patch) | |
tree | 514f76b22e801d1cf52d72817ae233ec06ebb6ac /src/qt/test | |
parent | 47ed24cf8aa7be3b778731b1f140ad9941157933 (diff) |
util.h: explicitly include required QString header
Diffstat (limited to 'src/qt/test')
-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 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. * |