These also needs cstddef.

This commit is contained in:
Alexander McCord 2024-06-08 09:10:20 -07:00
parent 3d9c7cb5c0
commit 5eccbbf15e
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -4,6 +4,7 @@
#include "Luau/Common.h"
#include <array>
#include <cstddef>
namespace Luau::EqSat
{