mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 06:15:44 +08:00
TypePairHash.h: include cstdint (#1078)
luau fails to compile w/o this on Gentoo Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
parent
13e3af2724
commit
26f79951f7
@ -3,6 +3,8 @@
|
||||
|
||||
#include "Luau/TypeFwd.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <utility>
|
||||
|
||||
namespace Luau
|
||||
|
Loading…
Reference in New Issue
Block a user