From e3e51a9a8dd2dca017da2fd068641808ceda2be9 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 25 Feb 2018 22:00:41 -0600 Subject: [PATCH] Fix types.h dependency --- Marlin/types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Marlin/types.h b/Marlin/types.h index e4f4ce197f..8d4a0bd04c 100644 --- a/Marlin/types.h +++ b/Marlin/types.h @@ -23,6 +23,8 @@ #ifndef __TYPES_H__ #define __TYPES_H__ +#include + typedef unsigned long millis_t; typedef struct {