Skip to content

Commit 5411205

Browse files
shrhdkigrr
authored andcommitted
add "include <ESP8266WiFi.h>" to ESP8266WebServer.h (#2094)
1 parent 2119675 commit 5411205

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ESP8266WebServer.h

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#define ESP8266WEBSERVER_H
2626

2727
#include <functional>
28+
#include <ESP8266WiFi.h>
2829

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

0 commit comments

Comments
 (0)