[*] Fix compilation on fmt 12.2.0 (#4107)

Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4107
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
This commit is contained in:
crueter 2026-06-19 22:50:46 +02:00
parent ce14fc91fb
commit 7c0e993b5b
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
3 changed files with 11 additions and 5 deletions

View file

@ -6,15 +6,13 @@
#pragma once
#include <algorithm>
#include <limits>
#include <map>
#include <optional>
#include <stdexcept>
#include <string>
#include <type_traits>
#include <typeindex>
#include <typeinfo>
#include <fmt/core.h>
#include <fmt/ranges.h>
#include "common/common_types.h"
#include "common/settings_common.h"
#include "common/settings_enums.h"