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/Movement/Grid.cpp')
-rw-r--r--src/Movement/Grid.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Movement/Grid.cpp b/src/Movement/Grid.cpp
index ac1709ca..a0a8fb87 100644
--- a/src/Movement/Grid.cpp
+++ b/src/Movement/Grid.cpp
@@ -6,7 +6,9 @@
*/
#include "Grid.h"
-#include "RepRapFirmware.h"
+#include "Platform.h"
+#include "RepRap.h"
+#include "Storage/FileStore.h"
#include <cmath>
const char *GridDefinition::HeightMapLabelLine = "xmin,xmax,ymin,ymax,radius,spacing,xnum,ynum";