Include stdint for uint16_t (#3069)

This commit is contained in:
A C SREEDHAR REDDY 2019-08-20 19:09:31 +05:30 committed by Me No Dev
parent a12d609b22
commit 2a1fde7736

View File

@ -27,6 +27,7 @@
#include <string.h>
#include <ctype.h>
#include <pgmspace.h>
#include <stdint.h>
// An inherited class for holding the result of a concatenation. These
// result objects are assumed to be writable by subsequent concatenations.