Skip to content

Commit 2af84b0

Browse files
committed
Fixed linter error about bitcoin-config.h not being included.
1 parent 42ec009 commit 2af84b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/qt/deniabilitydialog.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

5+
#if defined(HAVE_CONFIG_H)
6+
#include <config/bitcoin-config.h> /* for USE_QRCODE */
7+
#endif
8+
59
#include <qt/deniabilitydialog.h>
610
#include <qt/forms/ui_deniabilitydialog.h>
711

0 commit comments

Comments
 (0)