Update Analysis/src/TypedAllocator.cpp

This commit is contained in:
vegorov-rbx 2025-03-10 05:49:00 -07:00 committed by GitHub
parent 0d7ce033b5
commit 22f8d88229
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -24,10 +24,9 @@ const size_t kPageSize = sysconf(_SC_PAGESIZE);
#endif
#endif
#include <stdint.h>
#include <stdlib.h>
#include <cstdint>
LUAU_FASTFLAG(DebugLuauFreezeArena)
namespace Luau