We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ec009 commit 2af84b0Copy full SHA for 2af84b0
src/qt/deniabilitydialog.cpp
@@ -2,6 +2,10 @@
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
+#if defined(HAVE_CONFIG_H)
6
+#include <config/bitcoin-config.h> /* for USE_QRCODE */
7
+#endif
8
+
9
#include <qt/deniabilitydialog.h>
10
#include <qt/forms/ui_deniabilitydialog.h>
11
0 commit comments