"Move … code" followup (#20852)

Fix regression from #20832
This commit is contained in:
Giuliano Zaro 2021-01-22 22:58:08 +01:00 committed by GitHub
parent 09d07f76b3
commit 90c0194598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ GcodeSuite gcode;
#include "../module/printcounter.h"
#endif
#if ENABLED(HOST_PROMPT_SUPPORT)
#if ENABLED(HOST_ACTION_COMMANDS)
#include "../feature/host_actions.h"
#endif