fix(Core/Misc): Mac build (#17714)

This commit is contained in:
Tristan 'Natrist' Cormier
2023-11-15 07:37:14 -05:00
committed by GitHub
parent 3cf37f066b
commit c827a0c1c1
2 changed files with 1 additions and 1 deletions

View File

@@ -17,7 +17,6 @@
#include "StringFormat.h"
#include "Define.h"
#include <locale>
template<class Str>
AC_COMMON_API Str Acore::String::Trim(const Str& s, const std::locale& loc /*= std::locale()*/)

View File

@@ -21,6 +21,7 @@
#include "Define.h"
#include <fmt/format.h>
#include <fmt/printf.h>
#include <locale>
namespace Acore
{