From e0c60a83a26957117726a0a104b10fc0f4922168 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Tue, 14 Jan 2025 15:18:58 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20VALIDATE=5FHOMING=5FENDSTO?= =?UTF-8?q?PS=20missing=20header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/module/endstops.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/module/endstops.cpp b/Marlin/src/module/endstops.cpp index 6894b13f076a..7b8cb415050a 100644 --- a/Marlin/src/module/endstops.cpp +++ b/Marlin/src/module/endstops.cpp @@ -27,7 +27,7 @@ #include "endstops.h" #include "stepper.h" -#if HAS_STATUS_MESSAGE +#if ANY(HAS_STATUS_MESSAGE, VALIDATE_HOMING_ENDSTOPS) #include "../lcd/marlinui.h" #endif