Use fmt/std.h for std::filesystem::path formatting

fmt 11 requires it.
This commit is contained in:
Emmanuel Gil Peyrot 2024-12-29 19:09:05 +01:00
parent a3d56a4d0b
commit d0550d56cb
2 changed files with 4 additions and 0 deletions

View file

@ -35,6 +35,8 @@
#include <iostream>
#include <sstream>
#include <fmt/std.h>
using namespace Platform::FS;
namespace HLE {

View file

@ -8,6 +8,8 @@
#include <codecvt>
#include <fmt/std.h>
namespace HLE {
CommonPath CommonPath::FromUtf16(std::u16string_view utf16_data) {