diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-02-13 08:37:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-13 08:37:39 +0100 |
commit | c15962c6c1f2e461178dce09c88cd81c844fce71 (patch) | |
tree | 1ac4dfa54b4fd7f43f6162619e6c04e852c38521 | |
parent | d5d4f872363c59efa503996208c37ee98ef4ec7e (diff) | |
parent | 80840f1fdb14f2972e6bc487b061f419334894da (diff) | |
download | PrismLauncher-c15962c6c1f2e461178dce09c88cd81c844fce71.tar.gz PrismLauncher-c15962c6c1f2e461178dce09c88cd81c844fce71.tar.bz2 PrismLauncher-c15962c6c1f2e461178dce09c88cd81c844fce71.zip |
Merge pull request #859 from Ryex/fix-KISS-Linux-build
Add missing header to Application.cpp: Fix build failure on KISS Linux
-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> |