fix theme include

This commit is contained in:
Gabor Kiss-Vamosi
2020-02-15 11:57:10 +01:00
parent 75233b6499
commit 332124f1f4
+1 -1
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" */