aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheKodeToad <TheKodeToad@proton.me>2023-07-06 18:31:59 +0100
committerTheKodeToad <TheKodeToad@proton.me>2023-07-06 18:31:59 +0100
commit440dcdf02206e582814f7fdcc58c9b4755d8d3cc (patch)
treebccbcaa1432c6a96e0053cf12bab1ff62736c328
parent22327bbe71b271a126521db737101ae07ba26f8d (diff)
downloadPrismLauncher-440dcdf02206e582814f7fdcc58c9b4755d8d3cc.tar.gz
PrismLauncher-440dcdf02206e582814f7fdcc58c9b4755d8d3cc.tar.bz2
PrismLauncher-440dcdf02206e582814f7fdcc58c9b4755d8d3cc.zip
Import QActionGroup properly :P
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
-rw-r--r--launcher/minecraft/MinecraftInstance.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/minecraft/MinecraftInstance.cpp b/launcher/minecraft/MinecraftInstance.cpp
index d511451e..30f41de3 100644
--- a/launcher/minecraft/MinecraftInstance.cpp
+++ b/launcher/minecraft/MinecraftInstance.cpp
@@ -90,6 +90,8 @@
#include "tools/BaseProfiler.h"
+#include <QActionGroup>
+
#ifdef Q_OS_LINUX
#include "MangoHud.h"
#endif