Add #include "Print.h" in Server.h
This commit is contained in:
parent
f1d5c050b0
commit
62045646a1
|
@ -20,6 +20,8 @@
|
||||||
#ifndef server_h
|
#ifndef server_h
|
||||||
#define server_h
|
#define server_h
|
||||||
|
|
||||||
|
#include "Print.h"
|
||||||
|
|
||||||
class Server : public Print {
|
class Server : public Print {
|
||||||
public:
|
public:
|
||||||
virtual void begin() =0;
|
virtual void begin() =0;
|
||||||
|
|
Loading…
Reference in New Issue