diff --git a/Analysis/src/TypedAllocator.cpp b/Analysis/src/TypedAllocator.cpp index a2f49afb..16c844e8 100644 --- a/Analysis/src/TypedAllocator.cpp +++ b/Analysis/src/TypedAllocator.cpp @@ -26,6 +26,8 @@ const size_t kPageSize = sysconf(_SC_PAGESIZE); #include +#include + LUAU_FASTFLAG(DebugLuauFreezeArena) namespace Luau