Browse Source

Fix missing Print.h from Server.h

main
PaulStoffregen 8 years ago
parent
commit
7e25edcb86
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      teensy3/Server.h

+ 2
- 0
teensy3/Server.h View File

#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…
Cancel
Save