add include
Some checks failed
Clang-format Check / clang-format-check (push) Successful in 16s
Tests Check / test-check (push) Failing after 2m20s

This commit is contained in:
Timofey Khoruzhii 2023-05-09 02:16:27 +03:00
parent 5d394f83a6
commit 7d09ff10c2

View file

@ -2,6 +2,7 @@
#include <lua.hpp> #include <lua.hpp>
#include <vector> #include <vector>
#include <string> #include <string>
#include <functional>
class LuaLoader { class LuaLoader {
public: public: