mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-01 17:30:53 +01:00
Update Analysis/src/TypedAllocator.cpp
This commit is contained in:
parent
0d7ce033b5
commit
22f8d88229
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue