From bb4d619df98315b63407251b2bbfab2062a53e7c Mon Sep 17 00:00:00 2001 From: lunokIoT <797792+lunokjod@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:06:02 +0200 Subject: [PATCH] fix --- src/app/LuaLauncher.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/LuaLauncher.hpp b/src/app/LuaLauncher.hpp index a8401e7..5b14afa 100644 --- a/src/app/LuaLauncher.hpp +++ b/src/app/LuaLauncher.hpp @@ -22,7 +22,7 @@ //#include "../system/Application.hpp" #include "../UI/AppLuITemplate.hpp" -#include "LuiDialog.hpp" +#include "LuIDialog.hpp" extern const char * HelloworldLuaScript; class LuaLauncher : public TemplateLuIApplication {