Skip to content

Commit f5fe16b

Browse files
committed
Add #include "Print.h" in Server.h
1 parent 1708161 commit f5fe16b

File tree

1 file changed

+2
-0
lines changed
  • hardware/arduino/avr/cores/arduino

1 file changed

+2
-0
lines changed

hardware/arduino/avr/cores/arduino/Server.h

Lines changed: 2 additions & 0 deletions
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)