diff --git a/Analysis/src/TypedAllocator.cpp b/Analysis/src/TypedAllocator.cpp index 16c844e8..5fb10205 100644 --- a/Analysis/src/TypedAllocator.cpp +++ b/Analysis/src/TypedAllocator.cpp @@ -24,10 +24,9 @@ const size_t kPageSize = sysconf(_SC_PAGESIZE); #endif #endif +#include #include -#include - LUAU_FASTFLAG(DebugLuauFreezeArena) namespace Luau