From 7a27c38147fe632ba0e72f6bc2e7b77ba13c95da Mon Sep 17 00:00:00 2001 From: Daniel Vincent Horgan Date: Tue, 3 Jun 2025 19:15:07 +0200 Subject: [PATCH] Add missing include in Web.cpp (#1833) `Web.cpp` is missing a `` include. --- CLI/src/Web.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/CLI/src/Web.cpp b/CLI/src/Web.cpp index 416a79f2..81156e88 100644 --- a/CLI/src/Web.cpp +++ b/CLI/src/Web.cpp @@ -6,6 +6,7 @@ #include "Luau/Common.h" #include +#include #include