Skip to content

Commit 36e4679

Browse files
Merge #7009: fix: include QDebug directly
3cce090 fix: include QDebug directly (pasta) Pull request description: ## Issue being fixed or feature implemented QT packages shipped with Debian 13 currently doesn't build, due to missing QDebug include. ## What was done? directly include ## How Has This Been Tested? Builds on Debian 13 w/ system packages ## Breaking Changes ## Checklist: _Go over all the following points, and put an `x` in all the boxes that apply._ - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: knst: utACK 3cce090 kwvg: utACK 3cce090 UdjinM6: utACK 3cce090 Tree-SHA512: 4a0e2d7e4cdc7d1d805d6e2e002be6f029af807b69ea15a2199fa884a1afab12524570f1b2ef3615dbf4cd9ea59f2d22e98110450d7335f8694f335b8d5014c8
1 parent 69d0c9c commit 36e4679

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/bitcoin.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
#include <memory>
5050

5151
#include <QApplication>
52+
#include <QDebug>
5253
#include <QLatin1String>
5354
#include <QLibraryInfo>
5455
#include <QLocale>

0 commit comments

Comments
 (0)