Include host_actions.h in G34 (#16014)

This commit is contained in:
timeburn 2019-11-26 15:38:41 -07:00 committed by Scott Lahteine
parent cf1e19d167
commit a5a143f944

View file

@ -51,6 +51,10 @@ void _man_probe_pt(const xy_pos_t &xy) {
#include "../../gcode/gcode.h"
#if ENABLED(HOST_PROMPT_SUPPORT)
#include "../../feature/host_actions.h" // for host_prompt_do
#endif
float lcd_probe_pt(const xy_pos_t &xy) {
_man_probe_pt(xy);
KEEPALIVE_STATE(PAUSED_FOR_USER);