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/Storage/MassStorage.h')
-rw-r--r--src/Storage/MassStorage.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Storage/MassStorage.h b/src/Storage/MassStorage.h
index ee355796..2371e671 100644
--- a/src/Storage/MassStorage.h
+++ b/src/Storage/MassStorage.h
@@ -1,10 +1,11 @@
#ifndef MASSSTORAGE_H
#define MASSSTORAGE_H
+#include "RepRapFirmware.h"
+#include "Pins.h"
+#include "Libraries/FatFs/ff.h"
#include <ctime>
-class Platform;
-
// Info returned by FindFirst/FindNext calls
struct FileInfo
{