Missing header to use suicide() on LVGL UI (#20214)
This commit is contained in:
parent
35d3e74267
commit
7ad127668d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user