1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

fix theme include

This commit is contained in:
Gabor Kiss-Vamosi 2020-02-15 11:57:10 +01:00
parent 75233b6499
commit 332124f1f4

View File

@ -111,7 +111,7 @@ lv_style_t * lv_theme_get_style_part(lv_theme_style_t name, uint8_t part);
/**********************
* POST INCLUDE
*********************/
#include <lvgl/src/lv_themes/lv_theme_material.h>
#include "lv_theme_material.h"
#ifdef __cplusplus
} /* extern "C" */