Skip to content

Commit 2ab974a

Browse files
committed
Add missing #include <vector> to base ESPAsyncWebServer.h
This fixes a compilation error with the gcc version on Arduino ESP32 2.0.0-dev
1 parent 051234d commit 2ab974a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ESPAsyncWebServer.h

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

2626
#include <functional>
2727
#include <list>
28+
#include <vector>
2829
#include "FS.h"
2930

3031
#include "StringArray.h"

0 commit comments

Comments
 (0)