1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

fix(theme): add missing include to mono theme

fixes #3832
This commit is contained in:
Gabor Kiss-Vamosi 2022-11-25 12:11:50 +01:00
parent 077cd2e15d
commit b0418dd42f

View File

@ -14,6 +14,7 @@ extern "C" {
* INCLUDES
*********************/
#include "../../core/lv_obj.h"
#include "../../core/lv_theme.h"
#if LV_USE_THEME_MONO