diff options
author | George Chailazopoulos <george.chailazopoulos@gmail.com> | 2014-09-26 22:58:19 +0300 |
---|---|---|
committer | George Chailazopoulos <george.chailazopoulos@gmail.com> | 2014-09-26 22:58:19 +0300 |
commit | 62045646a1a5e433effa0151a3b57acd9b6dc1af (patch) | |
tree | cbb0c548098fea8b2452a09be3469b39303f44f2 /cores/arduino | |
parent | f1d5c050b07947c51516a83c03e65d2777ed5ca6 (diff) |
Add #include "Print.h" in Server.h
Diffstat (limited to 'cores/arduino')
-rw-r--r-- | cores/arduino/Server.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cores/arduino/Server.h b/cores/arduino/Server.h index 77c415c..69e3e39 100644 --- a/cores/arduino/Server.h +++ b/cores/arduino/Server.h @@ -20,6 +20,8 @@ #ifndef server_h #define server_h +#include "Print.h" + class Server : public Print { public: virtual void begin() =0; |