From fbe191d4f020b88b7e73a5c429a48dd76336287d Mon Sep 17 00:00:00 2001 From: buddydvd Date: Sat, 22 Jun 2019 09:11:32 -0700 Subject: [PATCH] Add header ESPAsyncWebServer.h to AsyncJson.h (#440) This allows us to include `AsyncJson.h` in other code without the need to first include `ESPAsyncWebServer.h`. --- src/AsyncJson.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AsyncJson.h b/src/AsyncJson.h index 2fa30d2..67dcdbe 100644 --- a/src/AsyncJson.h +++ b/src/AsyncJson.h @@ -35,6 +35,7 @@ #ifndef ASYNC_JSON_H_ #define ASYNC_JSON_H_ #include +#include #include #if ARDUINOJSON_VERSION_MAJOR == 5