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

Add missing LV_GC_INCLUDE (#1511)

This commit is contained in:
Amir Gonnen 2020-05-20 03:15:49 +03:00 committed by GitHub
parent 080d06b838
commit 8233483477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,10 @@
#include "../lv_core/lv_debug.h"
#include "../lv_misc/lv_gc.h"
#if defined(LV_GC_INCLUDE)
#include LV_GC_INCLUDE
#endif /* LV_ENABLE_GC */
/*********************
* DEFINES
*********************/