diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-02-12 22:32:34 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-02-12 22:32:34 -0700 |
commit | 80840f1fdb14f2972e6bc487b061f419334894da (patch) | |
tree | 1ac4dfa54b4fd7f43f6162619e6c04e852c38521 /launcher | |
parent | d5d4f872363c59efa503996208c37ee98ef4ec7e (diff) | |
download | PrismLauncher-80840f1fdb14f2972e6bc487b061f419334894da.tar.gz PrismLauncher-80840f1fdb14f2972e6bc487b061f419334894da.tar.bz2 PrismLauncher-80840f1fdb14f2972e6bc487b061f419334894da.zip |
fix: add missing header to Application.cpp
fails to compile on KISS Linux without
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher')
-rw-r--r-- | launcher/Application.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp index 0d3b086f..caaa74c8 100644 --- a/launcher/Application.cpp +++ b/launcher/Application.cpp @@ -79,6 +79,7 @@ #include <iostream> #include <mutex> +#include <QFileOpenEvent> #include <QAccessible> #include <QCommandLineParser> #include <QDir> |