Add emergency_parser.h dependency

This commit is contained in:
Scott Lahteine 2019-09-09 17:53:23 -05:00
parent 841c8ce0d9
commit f055f7c535

View file

@ -25,7 +25,7 @@
* emergency_parser.h - Intercept special commands directly in the serial stream
*/
#define FORCE_INLINE __attribute__((always_inline)) inline
#include "../inc/MarlinConfigPre.h"
#if ENABLED(HOST_PROMPT_SUPPORT)
#include "host_actions.h"