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:59:02 +03:00
parent f5fe16bf2a
commit 2c289ace73

View File

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