LinterConfig.h: add missing stdint.h include

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć 2023-08-13 01:00:08 +02:00
parent d98256bb80
commit 149270515d
No known key found for this signature in database
GPG key ID: 031C9FE65BED714A

View file

@ -5,6 +5,7 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include <stdint.h>
namespace Luau namespace Luau
{ {