Browse Source

Fix M1001 with HAS_LEDS_OFF_FLAG

Scott Lahteine 5 years ago
parent
commit
2493cf0364
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/src/gcode/sd/M1001.cpp

+ 4
- 0
Marlin/src/gcode/sd/M1001.cpp View File

@@ -31,6 +31,10 @@
31 31
   #include "../queue.h"
32 32
 #endif
33 33
 
34
+#if HAS_LEDS_OFF_FLAG
35
+  #include "../../MarlinCore.h"
36
+#endif
37
+
34 38
 #if EITHER(LCD_SET_PROGRESS_MANUALLY, SD_REPRINT_LAST_SELECTED_FILE)
35 39
   #include "../../lcd/ultralcd.h"
36 40
 #endif

Loading…
Cancel
Save