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

@@ -3,6 +3,8 @@
#ifndef server_h
#define server_h

#include "Print.h"

class Server : public Print {
public:
virtual void begin() =0;

Loading…
Cancel
Save