From 123496b29cdba68ef952dc196e6a2517b647749a Mon Sep 17 00:00:00 2001 From: Andy Friesen Date: Fri, 19 May 2023 12:11:10 -0700 Subject: [PATCH] gcc fix. --- CodeGen/src/CodeBlockUnwind.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/CodeGen/src/CodeBlockUnwind.cpp b/CodeGen/src/CodeBlockUnwind.cpp index 59ee6f13..3c2a3f84 100644 --- a/CodeGen/src/CodeBlockUnwind.cpp +++ b/CodeGen/src/CodeBlockUnwind.cpp @@ -5,6 +5,7 @@ #include "Luau/UnwindBuilder.h" #include +#include #if defined(_WIN32) && defined(_M_X64)