0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-22 09:42:34 +00:00

🩹 Fix missing EXTENSIBLE_UI include (#27021)

Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com>
This commit is contained in:
Keith Bennett 2024-05-06 15:40:33 -07:00 committed by GitHub
parent d3cc44aef1
commit 80071ea216
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,10 @@
#include "powerloss.h"
#include "../core/macros.h"
#if ENABLED(EXTENSIBLE_UI)
#include "../lcd/extui/ui_api.h"
#endif
bool PrintJobRecovery::enabled; // Initialized by settings.load()
MediaFile PrintJobRecovery::file;