Add missing include file to BytecodeSummary.h (#1110)

This commit is contained in:
vegorov-rbx 2023-11-21 08:28:54 -08:00 committed by GitHub
parent ae53051814
commit 1cda8304bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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