Skip to content

Commit 3687289

Browse files
committed
Merge pull request #2330 from spiritinlife/ide-1.5.x
Add #include "Print.h" in Server.h Ide 1.5.x
2 parents 21939e6 + 2c289ac commit 3687289

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: hardware/arduino/avr/cores/arduino/Server.h

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
#ifndef server_h
2121
#define server_h
2222

23+
#include "Print.h"
24+
2325
class Server : public Print {
2426
public:
2527
virtual void begin() =0;

Diff for: hardware/arduino/sam/cores/arduino/Server.h

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
#ifndef server_h
2121
#define server_h
2222

23+
#include "Print.h"
24+
2325
class Server : public Print {
2426
public:
2527
virtual void begin() =0;

0 commit comments

Comments
 (0)