Fix unity build compilation

This commit is contained in:
SirLynix 2024-01-23 10:05:20 +01:00 committed by Jérôme Leclercq
parent 65c8d2e8de
commit 9c102638c0
1 changed files with 2 additions and 0 deletions

View File

@ -302,6 +302,8 @@ namespace Nz
void IterateOnWideChars(std::string_view str, FunctionRef<bool(std::wstring_view characters)> callback)
{
NAZARA_USE_ANONYMOUS_NAMESPACE
std::array<wchar_t, 128> buffer;
std::size_t charCount = 0;