Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Heating/Heat.h')
-rw-r--r--src/Heating/Heat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Heating/Heat.h b/src/Heating/Heat.h
index e6395a27..e71ab847 100644
--- a/src/Heating/Heat.h
+++ b/src/Heating/Heat.h
@@ -25,7 +25,9 @@ Licence: GPL
* The master class that controls all the heaters in the RepRap machine
*/
+#include "RepRapFirmware.h"
#include "Pid.h"
+#include "MessageType.h"
class Heat
{