mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Added missing include file
This commit is contained in:
parent
ae53051814
commit
036f18b955
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
struct lua_State;
|
struct lua_State;
|
||||||
struct Proto;
|
struct Proto;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue