From 9fdfc76b8643e255684c2abe7089ea777a3b78a2 Mon Sep 17 00:00:00 2001 From: actboy168 Date: Fri, 10 May 2024 13:19:28 +0800 Subject: [PATCH] cleanup --- bee/lua/binding.h | 2 +- binding/lua_filesystem.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bee/lua/binding.h b/bee/lua/binding.h index 5e7d0a32..5910b20d 100644 --- a/bee/lua/binding.h +++ b/bee/lua/binding.h @@ -4,8 +4,8 @@ #include #include #include -#include #include +#include #include #include diff --git a/binding/lua_filesystem.cpp b/binding/lua_filesystem.cpp index 01cf492c..bbf584c2 100644 --- a/binding/lua_filesystem.cpp +++ b/binding/lua_filesystem.cpp @@ -954,6 +954,7 @@ namespace bee::lua_filesystem { { "fullpath", fullpath }, { "copy_options", NULL }, { "perm_options", NULL }, + { "directory_options", NULL }, { NULL, NULL }, }; luaL_newlibtable(L, lib);