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:
parent
f5fe16bf2a
commit
2c289ace73
@ -20,6 +20,8 @@
|
||||
#ifndef server_h
|
||||
#define server_h
|
||||
|
||||
#include "Print.h"
|
||||
|
||||
class Server : public Print {
|
||||
public:
|
||||
virtual void begin() =0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user