1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-19 13:54:23 +01:00

Add #include "Print.h" in Server.h

This commit is contained in:
George Chailazopoulos 2014-09-26 22:58:19 +03:00
parent 170816181a
commit f5fe16bf2a

View File

@ -20,6 +20,8 @@
#ifndef server_h
#define server_h
#include "Print.h"
class Server : public Print {
public:
virtual void begin() =0;