From 1df642aac21000b1b864cdbb4c6dfff674faa463 Mon Sep 17 00:00:00 2001 From: byte Date: Wed, 4 May 2022 21:18:39 +0200 Subject: [PATCH] Fix missing locale.h include --- CLI/Repl.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLI/Repl.cpp b/CLI/Repl.cpp index cee92c21..83060f5b 100644 --- a/CLI/Repl.cpp +++ b/CLI/Repl.cpp @@ -21,6 +21,8 @@ #include #endif +#include + LUAU_FASTFLAG(DebugLuauTimeTracing) enum class CliMode