Skip to content

Commit

Permalink
add "include <ESP8266WiFi.h>" to ESP8266WebServer.h (esp8266#2094)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrhdk authored and igrr committed Jun 6, 2016
1 parent 222e92a commit dbef28d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/ESP8266WebServer/src/ESP8266WebServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#define ESP8266WEBSERVER_H

#include <functional>
#include <ESP8266WiFi.h>

enum HTTPMethod { HTTP_ANY, HTTP_GET, HTTP_POST, HTTP_PUT, HTTP_PATCH, HTTP_DELETE, HTTP_OPTIONS };
enum HTTPUploadStatus { UPLOAD_FILE_START, UPLOAD_FILE_WRITE, UPLOAD_FILE_END,
Expand Down

0 comments on commit dbef28d

Please sign in to comment.