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

Added include for lv_theme_material.h to lv_theme.h

This commit is contained in:
Michael Simon 2018-05-30 13:25:56 +02:00 committed by Gabor Kiss-Vamosi
parent ae10bd8332
commit 5189991b53

View File

@ -260,6 +260,7 @@ lv_theme_t * lv_theme_get_current(void);
#include "lv_theme_night.h"
#include "lv_theme_zen.h"
#include "lv_theme_mono.h"
#include "lv_theme_material.h"
#ifdef __cplusplus
} /* extern "C" */