Kaynağa Gözat

Fix missing include (#19418)

Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com>
Keith Bennett 3 yıl önce
ebeveyn
işleme
55ba5044ef
No account linked to committer's email address
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4
    0
      Marlin/src/gcode/bedlevel/G35.cpp

+ 4
- 0
Marlin/src/gcode/bedlevel/G35.cpp Dosyayı Görüntüle

@@ -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…
İptal
Kaydet