Browse Source

Fix CANCEL_OBJECTS missing include

Scott Lahteine 4 years ago
parent
commit
408751d5e0
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/src/Marlin.cpp

+ 4
- 0
Marlin/src/Marlin.cpp View File

@@ -145,6 +145,10 @@
145 145
   #include "feature/power_loss_recovery.h"
146 146
 #endif
147 147
 
148
+#if ENABLED(CANCEL_OBJECTS)
149
+  #include "feature/cancel_object.h"
150
+#endif
151
+
148 152
 #if HAS_FILAMENT_SENSOR
149 153
   #include "feature/runout.h"
150 154
 #endif

Loading…
Cancel
Save