mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
Merge pull request #2330 from spiritinlife/ide-1.5.x
Add #include "Print.h" in Server.h Ide 1.5.x
This commit is contained in:
commit
3687289727
@ -20,6 +20,8 @@
|
||||
#ifndef server_h
|
||||
#define server_h
|
||||
|
||||
#include "Print.h"
|
||||
|
||||
class Server : public Print {
|
||||
public:
|
||||
virtual void begin() =0;
|
||||
|
@ -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