From 77d6234b82b2b885274a84b223659c6cf6634acd Mon Sep 17 00:00:00 2001 From: A C SREEDHAR REDDY Date: Mon, 5 Aug 2019 23:59:02 +0530 Subject: [PATCH] Include stdint for uint16_t --- cores/esp32/WString.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cores/esp32/WString.h b/cores/esp32/WString.h index 11b12aa08a5..98055c6e7a4 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.