Merge pull request #2330 from spiritinlife/ide-1.5.x

Add #include "Print.h" in Server.h    Ide 1.5.x
This commit is contained in:
Cristian Maglie 2014-10-01 13:29:29 +02:00
commit 3687289727
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,8 @@
#ifndef server_h
#define server_h
#include "Print.h"
class Server : public Print {
public:
virtual void begin() =0;

View File

@ -20,6 +20,8 @@
#ifndef server_h
#define server_h
#include "Print.h"
class Server : public Print {
public:
virtual void begin() =0;