From b79d0dc33c24b67740c9f927e1234cc560d1a36c Mon Sep 17 00:00:00 2001 From: adams13 Date: Wed, 10 Nov 2021 00:13:47 +0100 Subject: [PATCH 1/2] include --- cores/esp8266/StreamString.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cores/esp8266/StreamString.h b/cores/esp8266/StreamString.h index 264604f7a4..0f48bbc994 100644 --- a/cores/esp8266/StreamString.h +++ b/cores/esp8266/StreamString.h @@ -24,6 +24,7 @@ #define __STREAMSTRING_H #include +#include #include "WString.h" /////////////////////////////////////////////////////////////// From c71ebdb0befd927bc53b70967b9a03c820d750fa Mon Sep 17 00:00:00 2001 From: adams13 Date: Wed, 10 Nov 2021 00:16:50 +0100 Subject: [PATCH 2/2] include Stream.h --- cores/esp8266/StreamString.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cores/esp8266/StreamString.h b/cores/esp8266/StreamString.h index 0f48bbc994..be11669a79 100644 --- a/cores/esp8266/StreamString.h +++ b/cores/esp8266/StreamString.h @@ -25,6 +25,7 @@ #include #include +#include "Stream.h" #include "WString.h" ///////////////////////////////////////////////////////////////