qt: Fix headers

This change is preparation for Qt 6, and it fixes an experimental build
with Qt 6.2.4.
This commit is contained in:
Hennadii Stepanov
2022-04-09 00:00:32 +02:00
parent e0680bbce8
commit 6f1e162fe1
3 changed files with 2 additions and 1 deletions

View File

@@ -41,6 +41,7 @@
#include <validation.h>
#include <QAction>
#include <QActionGroup>
#include <QApplication>
#include <QComboBox>
#include <QCursor>