--- lib/libimhex/include/hex/helpers/patches.hpp.orig 2023-02-13 15:24:10 UTC +++ lib/libimhex/include/hex/helpers/patches.hpp @@ -4,7 +4,7 @@ #include #include -#include +#include namespace hex { @@ -18,9 +18,9 @@ namespace hex { MissingEOF }; - std::expected, IPSError> generateIPSPatch(const Patches &patches); - std::expected, IPSError> generateIPS32Patch(const Patches &patches); + tl::expected, IPSError> generateIPSPatch(const Patches &patches); + tl::expected, IPSError> generateIPS32Patch(const Patches &patches); - std::expected loadIPSPatch(const std::vector &ipsPatch); - std::expected loadIPS32Patch(const std::vector &ipsPatch); + tl::expected loadIPSPatch(const std::vector &ipsPatch); + tl::expected loadIPS32Patch(const std::vector &ipsPatch); } \ No newline at end of file