Skip to content

Commit

Permalink
fix: Add implicitly included header files
Browse files Browse the repository at this point in the history
These header files are no longer implicitly included in
Qt 5.15, add them.

Log: Add implicitly included header files
  • Loading branch information
rb-union committed Jan 30, 2024
1 parent ec9a464 commit b0a7efa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
#include <QDesktopWidget>
#include <QScreen>
#include <QtDBus/QDBusConnection>
#include <QDir>
#include <QFileInfo>
#include <QProcessEnvironment>

#include <sys/types.h>
#include <sys/stat.h>
Expand Down

0 comments on commit b0a7efa

Please sign in to comment.