LinterConfig.h: add missing stdint.h include (#1010)

This commit is contained in:
Maciej Barć 2023-08-14 15:10:56 +02:00 committed by GitHub
parent d98256bb80
commit a2a47104c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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