Skip to content

Commit

Permalink
Fixed linter error about bitcoin-config.h not being included.
Browse files Browse the repository at this point in the history
  • Loading branch information
denavila committed Feb 29, 2024
1 parent 42ec009 commit 2af84b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/qt/deniabilitydialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

#if defined(HAVE_CONFIG_H)
#include <config/bitcoin-config.h> /* for USE_QRCODE */
#endif

#include <qt/deniabilitydialog.h>
#include <qt/forms/ui_deniabilitydialog.h>

Expand Down

0 comments on commit 2af84b0

Please sign in to comment.