mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-12 13:00:38 +00:00
LinterConfig.h: add missing stdint.h include (#1010)
This commit is contained in:
parent
d98256bb80
commit
a2a47104c8
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <stdint.h>
|
||||
|
||||
namespace Luau
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue