From e58dcf6dc5332c60a346509436f9934d9e3bbfbb Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 12 Jun 2024 18:46:07 +1000 Subject: WIP fix issues introduced by lvgl version bump --- src/tangara/input/input_hook.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tangara/input/input_hook.hpp') diff --git a/src/tangara/input/input_hook.hpp b/src/tangara/input/input_hook.hpp index 06fcb037..94a35850 100644 --- a/src/tangara/input/input_hook.hpp +++ b/src/tangara/input/input_hook.hpp @@ -10,7 +10,7 @@ #include #include -#include "hal/lv_hal_indev.h" +#include "indev/lv_indev.h" #include "lua.hpp" #include "input/input_trigger.hpp" -- cgit v1.2.3