aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/Server.h
diff options
context:
space:
mode:
Diffstat (limited to 'cores/arduino/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;