1
0
Fork 0
mirror of https://github.com/luau-lang/luau.git synced 2025-04-19 11:13:49 +01:00

TypePairHash.h: include cstdint ()

luau fails to compile w/o this on Gentoo

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć 2023-10-24 19:02:46 +02:00 committed by GitHub
parent 13e3af2724
commit 26f79951f7
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,8 @@
#include "Luau/TypeFwd.h" #include "Luau/TypeFwd.h"
#include <stdint.h>
#include <utility> #include <utility>
namespace Luau namespace Luau