diff options
author | Ryan Cao <70191398+ryanccn@users.noreply.github.com> | 2022-11-20 00:31:58 +0800 |
---|---|---|
committer | Ryan Cao <70191398+ryanccn@users.noreply.github.com> | 2022-11-20 00:34:44 +0800 |
commit | d92ae530d7c585eb859d852ba1877230a82d867e (patch) | |
tree | 2c9785416cfc36a1b08db9fb52c46d934115aee1 /launcher/ui | |
parent | e0e428ce38ff5662089036a6bbf017a3b39f478f (diff) | |
download | PrismLauncher-d92ae530d7c585eb859d852ba1877230a82d867e.tar.gz PrismLauncher-d92ae530d7c585eb859d852ba1877230a82d867e.tar.bz2 PrismLauncher-d92ae530d7c585eb859d852ba1877230a82d867e.zip |
fix: stray include
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
Diffstat (limited to 'launcher/ui')
-rw-r--r-- | launcher/ui/MainWindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/ui/MainWindow.cpp b/launcher/ui/MainWindow.cpp index ed61777e..98fd79be 100644 --- a/launcher/ui/MainWindow.cpp +++ b/launcher/ui/MainWindow.cpp @@ -71,6 +71,7 @@ #include <BaseInstance.h> #include <InstanceList.h> +#include <minecraft/MinecraftInstance.h> #include <MMCZip.h> #include <icons/IconList.h> #include <java/JavaUtils.h> |