Missing header to use suicide() on LVGL UI (#20214)
This commit is contained in:
parent
a26a21d19a
commit
0e3d86579b
@ -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