From a83cc61148790c34614992c5b2671696e78692da Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Fri, 19 Apr 2024 00:48:28 +0800 Subject: [PATCH] fix: incorrect header include position --- app/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mainwindow.cpp b/app/mainwindow.cpp index 00f824d..bbe8a84 100644 --- a/app/mainwindow.cpp +++ b/app/mainwindow.cpp @@ -35,11 +35,11 @@ #include #include #include +#include #ifdef HAVE_QTDBUS #include #include -#include #endif // HAVE_QTDBUS MainWindow::MainWindow(QWidget *parent)