mirror of
https://github.com/mikage-emu/mikage-dev.git
synced 2025-01-22 05:21:08 +01:00
Use fmt/std.h for std::filesystem::path formatting
fmt 11 requires it.
This commit is contained in:
parent
a3d56a4d0b
commit
d0550d56cb
2 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,8 @@
|
|||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
||||
#include <fmt/std.h>
|
||||
|
||||
using namespace Platform::FS;
|
||||
|
||||
namespace HLE {
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
|
||||
#include <codecvt>
|
||||
|
||||
#include <fmt/std.h>
|
||||
|
||||
namespace HLE {
|
||||
|
||||
CommonPath CommonPath::FromUtf16(std::u16string_view utf16_data) {
|
||||
|
|
Loading…
Reference in a new issue