mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-05 11:20:54 +01:00
fix build with newer GCC (#522)
This commit is contained in:
parent
55a026811a
commit
9619f036ac
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
#include <initializer_list>
|
#include <initializer_list>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
#include <utility>
|
||||||
|
|
||||||
namespace Luau
|
namespace Luau
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue