From 9ab94bd2c1577a79b8c8758b50f0aeb553ba4a20 Mon Sep 17 00:00:00 2001 From: AnHardt Date: Tue, 2 Aug 2016 21:05:31 +0200 Subject: [PATCH] fix-babysrepping --- Marlin/temperature.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Marlin/temperature.cpp b/Marlin/temperature.cpp index 35a2a3e9b..552ef8b2d 100644 --- a/Marlin/temperature.cpp +++ b/Marlin/temperature.cpp @@ -29,6 +29,9 @@ #include "temperature.h" #include "thermistortables.h" #include "language.h" +#if ENABLED(BABYSTEPPING) + #include "stepper.h" +#endif #if ENABLED(USE_WATCHDOG) #include "watchdog.h"