aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Chailazopoulos <george.chailazopoulos@gmail.com>2014-09-26 22:58:19 +0300
committerGeorge Chailazopoulos <george.chailazopoulos@gmail.com>2014-09-26 22:58:19 +0300
commit62045646a1a5e433effa0151a3b57acd9b6dc1af (patch)
treecbb0c548098fea8b2452a09be3469b39303f44f2
parentf1d5c050b07947c51516a83c03e65d2777ed5ca6 (diff)
Add #include "Print.h" in Server.h
-rw-r--r--cores/arduino/Server.h2
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;