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

This commit is contained in:
George Chailazopoulos 2014-09-26 22:59:02 +03:00
parent f5fe16bf2a
commit 2c289ace73
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;