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