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/Tool.cpp')
-rw-r--r--src/Tool.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Tool.cpp b/src/Tool.cpp
index e5e4bcbe..e98beaa8 100644
--- a/src/Tool.cpp
+++ b/src/Tool.cpp
@@ -23,7 +23,12 @@
****************************************************************************************************/
-#include "RepRapFirmware.h"
+#include "Tool.h"
+
+#include "GCodes/GCodes.h"
+#include "Heating/Heat.h"
+#include "Platform.h"
+#include "RepRap.h"
Tool * Tool::freelist = nullptr;