mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
fix(Core/Misc): Mac build (#17714)
This commit is contained in:
committed by
GitHub
parent
3cf37f066b
commit
c827a0c1c1
@@ -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()*/)
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
#include "Define.h"
|
||||
#include <fmt/format.h>
|
||||
#include <fmt/printf.h>
|
||||
#include <locale>
|
||||
|
||||
namespace Acore
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user