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/GCodes/GCodeBuffer.cpp')
-rw-r--r--src/GCodes/GCodeBuffer.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/GCodes/GCodeBuffer.cpp b/src/GCodes/GCodeBuffer.cpp
index 8fa81bac..fcc8d3a1 100644
--- a/src/GCodes/GCodeBuffer.cpp
+++ b/src/GCodes/GCodeBuffer.cpp
@@ -7,7 +7,9 @@
//*************************************************************************************
-#include "RepRapFirmware.h"
+#include "GCodeBuffer.h"
+#include "Platform.h"
+#include "RepRap.h"
// Create a default GCodeBuffer
GCodeBuffer::GCodeBuffer(const char* id, MessageType mt)