From 203a445bc18a502b93e9ced7091adc6c85a32e28 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Tue, 5 Dec 2017 21:44:59 -0600
Subject: [PATCH] Minimal include for speed_lookuptable

---
 Marlin/speed_lookuptable.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/speed_lookuptable.h b/Marlin/speed_lookuptable.h
index f29199b732..72e96e0f86 100644
--- a/Marlin/speed_lookuptable.h
+++ b/Marlin/speed_lookuptable.h
@@ -23,7 +23,7 @@
 #ifndef SPEED_LOOKUPTABLE_H
 #define SPEED_LOOKUPTABLE_H
 
-#include "Marlin.h"
+#include "MarlinConfig.h"
 
 #if F_CPU == 16000000