We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12d609 commit 2a1fde7Copy full SHA for 2a1fde7
cores/esp32/WString.h
@@ -27,6 +27,7 @@
27
#include <string.h>
28
#include <ctype.h>
29
#include <pgmspace.h>
30
+#include <stdint.h>
31
32
// An inherited class for holding the result of a concatenation. These
33
// result objects are assumed to be writable by subsequent concatenations.
0 commit comments