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 MiSimon
parent 47fb0afe79
commit bc917a33b6
+1
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" */