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/RepRapFirmware.h')
-rw-r--r--src/RepRapFirmware.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/RepRapFirmware.h b/src/RepRapFirmware.h
index e458e843..726877db 100644
--- a/src/RepRapFirmware.h
+++ b/src/RepRapFirmware.h
@@ -65,6 +65,10 @@ const char *SafeStrptime(const char *buf, const char *format, struct tm *timeptr
# include <CoreIO.h>
# include <Devices.h>
+// The following are needed by many other files, so include them here
+# include <Platform/MessageType.h>
+# include <GCodes/GCodeResult.h>
+
#define SPEED_CRITICAL __attribute__((optimize("O2")))
// API level definition.