diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-06-12 18:46:07 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-06-12 18:46:07 +1000 |
| commit | e58dcf6dc5332c60a346509436f9934d9e3bbfbb (patch) | |
| tree | f1b5cf9c7d99739008ff52dbd837c574b2b0ea36 /src/tangara/input/input_hook.hpp | |
| parent | 64bd9053a25297f7a442ca831c7da5b44bd33f84 (diff) | |
| download | tangara-fw-e58dcf6dc5332c60a346509436f9934d9e3bbfbb.tar.gz | |
WIP fix issues introduced by lvgl version bump
Diffstat (limited to 'src/tangara/input/input_hook.hpp')
| -rw-r--r-- | src/tangara/input/input_hook.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <optional> #include <string> -#include "hal/lv_hal_indev.h" +#include "indev/lv_indev.h" #include "lua.hpp" #include "input/input_trigger.hpp" |
