From 62045646a1a5e433effa0151a3b57acd9b6dc1af Mon Sep 17 00:00:00 2001 From: George Chailazopoulos Date: Fri, 26 Sep 2014 22:58:19 +0300 Subject: Add #include "Print.h" in Server.h --- cores/arduino/Server.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cores/arduino') 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; -- cgit v1.2.3-18-g5258