Fix missing include.

This commit is contained in:
Alexander McCord 2024-04-25 14:03:47 -07:00
parent 76ed1a5370
commit 88dd289100

View file

@ -7,6 +7,8 @@
#include "lobject.h"
#include <algorithm>
LUAU_FASTFLAG(LuauCodegenDirectUserdataFlow)
LUAU_FASTFLAG(LuauLoadTypeInfo) // Because new VM typeinfo load changes the format used by Codegen, same flag is used
LUAU_FASTFLAGVARIABLE(LuauCodegenTypeInfo, false) // New analysis is flagged separately