Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Feb 6, 2024
1 parent 364c11f commit 704f07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systray/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <QtCore/QDir>
#include <QtCore/QJsonDocument>
#include <QtCore/QJsonObject>
#include <QtCore/QMessageAuthenticationCode>
#include <QtCore/QSettings>
#include <QtWidgets/QApplication>
#include <QtWidgets/QStyleFactory>
Expand All @@ -16,7 +17,6 @@
#define PRE_20H1_DWMWA_USE_IMMERSIVE_DARK_MODE 19
#define DWMWA_USE_IMMERSIVE_DARK_MODE 20
#else
#include <QtCore/QMessageAuthenticationCode>
#include <QtCore/QStandardPaths>
#include <dlfcn.h>
#include <pwd.h>
Expand Down

0 comments on commit 704f07f

Please sign in to comment.