Missing header to use suicide() on LVGL UI (#20214)

This commit is contained in:
Victor Oliveira 2020-11-19 23:09:33 -03:00 committed by Scott Lahteine
parent 35d3e74267
commit 7ad127668d

View File

@ -37,6 +37,10 @@
#include "../../../../gcode/queue.h"
#include "../../../../inc/MarlinConfig.h"
#if HAS_SUICIDE
#include "../../../../MarlinCore.h"
#endif
static lv_obj_t *scr;
extern lv_group_t* g;