summaryrefslogtreecommitdiff
path: root/src/lua/lua_queue.cpp
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-02-22 14:16:33 +1100
committerjacqueline <me@jacqueline.id.au>2024-02-22 14:16:33 +1100
commitf9aec8b6906599296417af5414b1c72a3cf53e73 (patch)
tree088fb6abe8cb1cf1d3a389572c5b6f577fa8e2e2 /src/lua/lua_queue.cpp
parent4b2003c78a5e4270f384283f72d185cd4a40f30e (diff)
downloadtangara-fw-f9aec8b6906599296417af5414b1c72a3cf53e73.tar.gz
split the lua thread registry into its own files
Diffstat (limited to 'src/lua/lua_queue.cpp')
-rw-r--r--src/lua/lua_queue.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lua/lua_queue.cpp b/src/lua/lua_queue.cpp
index 69d3b03d..dfb820c2 100644
--- a/src/lua/lua_queue.cpp
+++ b/src/lua/lua_queue.cpp
@@ -16,6 +16,7 @@
#include "lua.h"
#include "lvgl.h"
+#include "bridge.hpp"
#include "database.hpp"
#include "event_queue.hpp"
#include "index.hpp"
@@ -70,4 +71,4 @@ auto RegisterQueueModule(lua_State* s) -> void {
lua_pop(s, 1);
}
-} // namespace lua \ No newline at end of file
+} // namespace lua