From 27154ce765971619efcd2ee59384c549957711f5 Mon Sep 17 00:00:00 2001 From: 1Il1 <33648696+1Il1@users.noreply.github.com> Date: Tue, 13 Nov 2018 16:49:34 +0900 Subject: util.h: explicitly include required QString header --- src/qt/test/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 + /** * Press "Ok" button in message box dialog. * -- cgit v1.2.3