Add missing <memory> include in Web.cpp (#1833)

`Web.cpp` is missing a `<memory>` include.
This commit is contained in:
Daniel Vincent Horgan 2025-06-03 19:15:07 +02:00 committed by GitHub
parent 92b0338400
commit 7a27c38147
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,7 @@
#include "Luau/Common.h" #include "Luau/Common.h"
#include <string> #include <string>
#include <memory>
#include <string.h> #include <string.h>