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:
Maciej Barć 2023-10-24 19:02:46 +02:00 committed by GitHub
parent 13e3af2724
commit 26f79951f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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