mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
fmt 10.0.0-10.1.1 compile fixes
Implicit conversion operators and enums was removed for parity with std::format (fce74caa15
).
This commit is contained in:
parent
965283c263
commit
63467559b2
8 changed files with 38 additions and 8 deletions
|
@ -4,7 +4,8 @@
|
|||
#include "VideoCommon/Assets/DirectFilesystemAssetLibrary.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <fmt/os.h>
|
||||
|
||||
#include <fmt/std.h>
|
||||
|
||||
#include "Common/FileUtil.h"
|
||||
#include "Common/Logging/Log.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue