summaryrefslogtreecommitdiff
path: root/src/tangara/lua/lua_filesystem.hpp
diff options
context:
space:
mode:
authorailurux <ailuruxx@gmail.com>2024-05-10 13:07:12 +1000
committerailurux <ailuruxx@gmail.com>2024-05-10 13:07:12 +1000
commitee5657cb447fcd7721385c957784705699ca0cdb (patch)
tree2b4268b77077e42c45fc52d5e75512f79b506820 /src/tangara/lua/lua_filesystem.hpp
parent3f177cdb8880abf199f4445f1398cd69fb813892 (diff)
downloadtangara-fw-ee5657cb447fcd7721385c957784705699ca0cdb.tar.gz
Fix imports after merge
Diffstat (limited to 'src/tangara/lua/lua_filesystem.hpp')
-rw-r--r--src/tangara/lua/lua_filesystem.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tangara/lua/lua_filesystem.hpp b/src/tangara/lua/lua_filesystem.hpp
index 2a829405..cb7170bd 100644
--- a/src/tangara/lua/lua_filesystem.hpp
+++ b/src/tangara/lua/lua_filesystem.hpp
@@ -6,7 +6,7 @@
#pragma once
#include "lua.hpp"
-#include "file_iterator.hpp"
+#include "lua/file_iterator.hpp"
namespace lua {