From f5fe16bf2a6b0d2261d5ad3b22049e88bf100de9 Mon Sep 17 00:00:00 2001 From: George Chailazopoulos Date: Fri, 26 Sep 2014 22:58:19 +0300 Subject: [PATCH 1/2] Add #include "Print.h" in Server.h --- hardware/arduino/avr/cores/arduino/Server.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hardware/arduino/avr/cores/arduino/Server.h b/hardware/arduino/avr/cores/arduino/Server.h index 77c415cce06..69e3e39fe68 100644 --- a/hardware/arduino/avr/cores/arduino/Server.h +++ b/hardware/arduino/avr/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; From 2c289ace7399924ccc01b43dc91f89029184ad12 Mon Sep 17 00:00:00 2001 From: George Chailazopoulos Date: Fri, 26 Sep 2014 22:59:02 +0300 Subject: [PATCH 2/2] Add #include "Print.h" in Server.h --- hardware/arduino/sam/cores/arduino/Server.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hardware/arduino/sam/cores/arduino/Server.h b/hardware/arduino/sam/cores/arduino/Server.h index 77c415cce06..69e3e39fe68 100644 --- a/hardware/arduino/sam/cores/arduino/Server.h +++ b/hardware/arduino/sam/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;