Skip to content

Commit 824d2a0

Browse files
committed
Fix web server missing fs.h
1 parent ae2a889 commit 824d2a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/WebServer/src/WebServer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
#include <functional>
2828
#include <memory>
29+
#include "FS.h"
2930
#include "Networking.h"
3031
#include "HTTP_Method.h"
3132
#include "Uri.h"

0 commit comments

Comments
 (0)