Skip to content

Commit

Permalink
TypePairHash.h: include cstdint (#1078)
Browse files Browse the repository at this point in the history
luau fails to compile w/o this on Gentoo

Signed-off-by: Maciej Barć <[email protected]>
  • Loading branch information
xgqt authored Oct 24, 2023
1 parent 13e3af2 commit 26f7995
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Analysis/include/Luau/TypePairHash.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#include "Luau/TypeFwd.h"

#include <stdint.h>

#include <utility>

namespace Luau
Expand Down

0 comments on commit 26f7995

Please sign in to comment.