Include stdint for uint16_t (#3069)
This commit is contained in:
parent
a12d609b22
commit
2a1fde7736
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user