mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
These also needs cstddef.
This commit is contained in:
parent
3d9c7cb5c0
commit
5eccbbf15e
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
// This file is part of the Luau programming language and is licensed under MIT License; see LICENSE.txt for details
|
||||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
#include <functional>
|
||||
|
||||
namespace Luau::EqSat
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include "Luau/Common.h"
|
||||
|
||||
#include <array>
|
||||
#include <cstddef>
|
||||
|
||||
namespace Luau::EqSat
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue