mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 02:10:53 +01:00
Add headers missing when compiling with GCC
This commit is contained in:
parent
af9d9ba13e
commit
df67e4d62c
2 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
|
||||
namespace Luau::EqSat
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
#include "Luau/Common.h"
|
||||
|
||||
#include <limits>
|
||||
|
||||
namespace Luau::EqSat
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue