Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit fbe191d

Browse files
buddydvdme-no-dev
authored andcommitted
Add header ESPAsyncWebServer.h to AsyncJson.h (me-no-dev#440)
This allows us to include `AsyncJson.h` in other code without the need to first include `ESPAsyncWebServer.h`.
1 parent 94271c5 commit fbe191d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/AsyncJson.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#ifndef ASYNC_JSON_H_
3636
#define ASYNC_JSON_H_
3737
#include <ArduinoJson.h>
38+
#include <ESPAsyncWebServer.h>
3839
#include <Print.h>
3940

4041
#if ARDUINOJSON_VERSION_MAJOR == 5

0 commit comments

Comments
 (0)