mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01: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
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
|
||||
#include "Luau/TypeFwd.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <utility>
|
||||
|
||||
namespace Luau
|
||||
|
|
Loading…
Add table
Reference in a new issue