From 3320a5b37d9125d29dba6108a2846257c3d3b470 Mon Sep 17 00:00:00 2001
From: Bernhard <bkubicek@x201.(none)>
Date: Sun, 11 Dec 2011 22:25:52 +0100
Subject: [PATCH] make autotemp compatile for use without pid

---
 Marlin/temperature.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Marlin/temperature.h b/Marlin/temperature.h
index fae27f734c..2580947e7e 100644
--- a/Marlin/temperature.h
+++ b/Marlin/temperature.h
@@ -23,6 +23,7 @@
 
 #include "Marlin.h"
 #include "fastio.h"
+#include "planner.h"
 #ifdef PID_ADD_EXTRUSION_RATE
   #include "stepper.h"
 #endif