Add #include "Print.h" in Server.h

This commit is contained in:
George Chailazopoulos 2014-09-26 22:58:19 +03:00
parent f1d5c050b0
commit 62045646a1
1 changed files with 2 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;