Skip to content

Commit 27154ce

Browse files
authored
util.h: explicitly include required QString header
1 parent 47ed24c commit 27154ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/qt/test/util.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#ifndef BITCOIN_QT_TEST_UTIL_H
22
#define BITCOIN_QT_TEST_UTIL_H
33

4+
#include <QString>
5+
46
/**
57
* Press "Ok" button in message box dialog.
68
*

0 commit comments

Comments
 (0)