Procházet zdrojové kódy

Fix missing include (#19418)

Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com>
Keith Bennett před 5 roky
rodič
revize
55ba5044ef
No account linked to committer's email address
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4
    0
      Marlin/src/gcode/bedlevel/G35.cpp

+ 4
- 0
Marlin/src/gcode/bedlevel/G35.cpp Zobrazit soubor

@@ -29,6 +29,10 @@
29 29
 #include "../../module/probe.h"
30 30
 #include "../../feature/bedlevel/bedlevel.h"
31 31
 
32
+#if HAS_MULTI_HOTEND
33
+  #include "../../module/tool_change.h"
34
+#endif
35
+
32 36
 #define DEBUG_OUT ENABLED(DEBUG_LEVELING_FEATURE)
33 37
 #include "../../core/debug_out.h"
34 38
 

Loading…
Zrušit
Uložit