diff --git a/src/ModMan/Web/Platform/Windows/PlatformUtilsWindows.cpp b/src/ModMan/Web/Platform/Windows/PlatformUtilsWindows.cpp index 4b5497a0..b9e419ad 100644 --- a/src/ModMan/Web/Platform/Windows/PlatformUtilsWindows.cpp +++ b/src/ModMan/Web/Platform/Windows/PlatformUtilsWindows.cpp @@ -2,9 +2,9 @@ #ifdef _WIN32 +#include #include #include -#include namespace PLATFORM_NAMESPACE_WINDOWS { diff --git a/src/ModMan/main.cpp b/src/ModMan/main.cpp index 736ae360..a6afc7bb 100644 --- a/src/ModMan/main.cpp +++ b/src/ModMan/main.cpp @@ -1,7 +1,7 @@ #include "GitVersion.h" +#include "Web/Binds/DialogBinds.h" #include "Web/Platform/AssetHandler.h" #include "Web/UiCommunication.h" -#include "Web/Binds/DialogBinds.h" #include "Web/ViteAssets.h" #include "Web/WebViewLib.h"