mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-27 20:57:01 +08:00
fix theme include
This commit is contained in:
@@ -111,7 +111,7 @@ lv_style_t * lv_theme_get_style_part(lv_theme_style_t name, uint8_t part);
|
|||||||
/**********************
|
/**********************
|
||||||
* POST INCLUDE
|
* POST INCLUDE
|
||||||
*********************/
|
*********************/
|
||||||
#include <lvgl/src/lv_themes/lv_theme_material.h>
|
#include "lv_theme_material.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
} /* extern "C" */
|
} /* extern "C" */
|
||||||
|
|||||||
Reference in New Issue
Block a user