From 2af84b0cfc13709f41f941ee5bf15a652ab9afe7 Mon Sep 17 00:00:00 2001 From: denavila Date: Thu, 29 Feb 2024 00:05:59 -0800 Subject: [PATCH] Fixed linter error about bitcoin-config.h not being included. --- src/qt/deniabilitydialog.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/qt/deniabilitydialog.cpp b/src/qt/deniabilitydialog.cpp index 382bad4e54d..db14c687efb 100644 --- a/src/qt/deniabilitydialog.cpp +++ b/src/qt/deniabilitydialog.cpp @@ -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 /* for USE_QRCODE */ +#endif + #include #include