From b0418dd42f6b0862010029abbdd7b6841aff424a Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Fri, 25 Nov 2022 12:11:50 +0100 Subject: [PATCH] fix(theme): add missing include to mono theme fixes #3832 --- src/themes/mono/lv_theme_mono.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/themes/mono/lv_theme_mono.h b/src/themes/mono/lv_theme_mono.h index 34bdd455b..e4461bd49 100644 --- a/src/themes/mono/lv_theme_mono.h +++ b/src/themes/mono/lv_theme_mono.h @@ -14,6 +14,7 @@ extern "C" { * INCLUDES *********************/ #include "../../core/lv_obj.h" +#include "../../core/lv_theme.h" #if LV_USE_THEME_MONO