From 55e810d512fa33104cc16270f5778093d6afad0b Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Mon, 8 Oct 2018 13:11:36 -0500 Subject: [PATCH] Fix G80 compilation --- Marlin/src/gcode/motion/G80.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Marlin/src/gcode/motion/G80.cpp b/Marlin/src/gcode/motion/G80.cpp index 983a46392..8ed3eb1c5 100644 --- a/Marlin/src/gcode/motion/G80.cpp +++ b/Marlin/src/gcode/motion/G80.cpp @@ -24,6 +24,8 @@ #if ENABLED(GCODE_MOTION_MODES) +#include "../parser.h" + /** * G80: Cancel current motion mode */