mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Fix missing locale.h include
This commit is contained in:
parent
85a0fbc712
commit
1df642aac2
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <locale.h>
|
||||||
|
|
||||||
LUAU_FASTFLAG(DebugLuauTimeTracing)
|
LUAU_FASTFLAG(DebugLuauTimeTracing)
|
||||||
|
|
||||||
enum class CliMode
|
enum class CliMode
|
||||||
|
|
Loading…
Add table
Reference in a new issue