aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2023-02-12 22:32:34 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2023-02-12 22:32:34 -0700
commit80840f1fdb14f2972e6bc487b061f419334894da (patch)
tree1ac4dfa54b4fd7f43f6162619e6c04e852c38521 /launcher
parentd5d4f872363c59efa503996208c37ee98ef4ec7e (diff)
downloadPrismLauncher-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.cpp1
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>