Added missing include file

This commit is contained in:
Vyacheslav Egorov 2023-11-21 18:17:05 +02:00
parent ae53051814
commit 036f18b955

View file

@ -7,6 +7,8 @@
#include <string>
#include <vector>
#include <stdint.h>
struct lua_State;
struct Proto;