From 2a1fde77365e6e40d084a72597b1de93d8296bbb Mon Sep 17 00:00:00 2001 From: A C SREEDHAR REDDY Date: Tue, 20 Aug 2019 19:09:31 +0530 Subject: [PATCH] Include stdint for uint16_t (#3069) --- cores/esp32/WString.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cores/esp32/WString.h b/cores/esp32/WString.h index 11b12aa0..98055c6e 100644 --- a/cores/esp32/WString.h +++ b/cores/esp32/WString.h @@ -27,6 +27,7 @@ #include #include #include +#include // An inherited class for holding the result of a concatenation. These // result objects are assumed to be writable by subsequent concatenations.