removed stream.h referenece from marlinserial.

This commit is contained in:
Bernhard
2011-11-30 08:57:30 +01:00
parent 59205ac5fc
commit 9c57453168
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@
* \brief SdFile class
*/
#include "SdBaseFile.h"
#include <Print.h>
#ifndef SdFile_h
#define SdFile_h
//------------------------------------------------------------------------------