fix build with newer GCC (#522)

This commit is contained in:
Daniel Nachun 2022-06-06 15:52:55 -07:00 committed by GitHub
parent 55a026811a
commit 9619f036ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include <type_traits>
#include <initializer_list>
#include <stddef.h>
#include <utility>
namespace Luau
{