chiark / gitweb /
cardreader needs to include some other files
authorMichael Moon <triffid.hunter@gmail.com>
Tue, 24 Jan 2012 02:19:24 +0000 (13:19 +1100)
committerMichael Moon <triffid.hunter@gmail.com>
Tue, 24 Jan 2012 02:19:24 +0000 (13:19 +1100)
Marlin/cardreader.cpp

index a1f23ce068f23ea986e93b8c375f423dca812dc6..2a7bd4a57b7884e8b8d07a1f0e78b52a793f500f 100644 (file)
@@ -1,5 +1,8 @@
 #include "Marlin.h"
 #include "cardreader.h"
+#include "ultralcd.h"
+#include "stepper.h"
+#include "temperature.h"
 #ifdef SDSUPPORT