arch compability fixes and unwarning changes

This commit is contained in:
Sergwest
2024-06-07 22:20:40 +03:00
parent a5dc187481
commit ac0408d42a
7 changed files with 9 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@
#include <string>
#include <stdexcept>
#include <filesystem>
#include <algorithm>
static int l_pack_get_folder(lua_State* L) {
std::string packName = lua_tostring(L, 1);