mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-22 17:52:57 +00:00
🩹 Fix VALIDATE_HOMING_ENDSTOPS missing header
This commit is contained in:
parent
b7358449e0
commit
e0c60a83a2
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
#include "endstops.h"
|
#include "endstops.h"
|
||||||
#include "stepper.h"
|
#include "stepper.h"
|
||||||
|
|
||||||
#if HAS_STATUS_MESSAGE
|
#if ANY(HAS_STATUS_MESSAGE, VALIDATE_HOMING_ENDSTOPS)
|
||||||
#include "../lcd/marlinui.h"
|
#include "../lcd/marlinui.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue