diff options
Diffstat (limited to 'api/logic/minecraft/launch/LauncherPartLaunch.h')
-rw-r--r-- | api/logic/minecraft/launch/LauncherPartLaunch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/logic/minecraft/launch/LauncherPartLaunch.h b/api/logic/minecraft/launch/LauncherPartLaunch.h index 209902e0..dfa08f7a 100644 --- a/api/logic/minecraft/launch/LauncherPartLaunch.h +++ b/api/logic/minecraft/launch/LauncherPartLaunch.h @@ -16,7 +16,7 @@ #pragma once #include <launch/LaunchStep.h> -#include <launch/LoggedProcess.h> +#include <LoggedProcess.h> #include <minecraft/auth/AuthSession.h> class LauncherPartLaunch: public LaunchStep |