Skip to content

Commit

Permalink
Merge #14714: util.h: explicitly include required QString header
Browse files Browse the repository at this point in the history
27154ce util.h: explicitly include required QString header (1Il1)

Pull request description:

  Alternative to #14713.

  Instead of depending on clang formatter to not reorder includes, another fix is to explicitly include the missing header file.

Tree-SHA512: f419ef2fd1dfd8da28160a94d187af78463fb398ef6aadd6c68ebf57e6d02380d93f5f370bf2d39e88dcbfeb252c3e5f245c0a157c7d0a64c38fc0f0c7004515
  • Loading branch information
laanwj committed Nov 13, 2018
2 parents ce7fcc3 + 27154ce commit c51e151
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qt/test/util.h
Original file line number Diff line number Diff line change
@@ -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.
*
Expand Down

0 comments on commit c51e151

Please sign in to comment.