mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2025-09-26 22:30:56 +02:00
Add missing #include <vector> to base ESPAsyncWebServer.h
This fixes a compilation error with the gcc version on Arduino ESP32 2.0.0-dev
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <list>
|
#include <list>
|
||||||
|
#include <vector>
|
||||||
#include "FS.h"
|
#include "FS.h"
|
||||||
|
|
||||||
#include "StringArray.h"
|
#include "StringArray.h"
|
||||||
|
Reference in New Issue
Block a user