Skip to content

Commit 2a1fde7

Browse files
a-c-sreedhar-reddyme-no-dev
authored andcommitted
Include stdint for uint16_t (#3069)
1 parent a12d609 commit 2a1fde7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/esp32/WString.h

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include <string.h>
2828
#include <ctype.h>
2929
#include <pgmspace.h>
30+
#include <stdint.h>
3031

3132
// An inherited class for holding the result of a concatenation. These
3233
// result objects are assumed to be writable by subsequent concatenations.

0 commit comments

Comments
 (0)