mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-29 18:52:13 +01:00
Added include in Printable.h for 'size_t' support.
This commit is contained in:
parent
2a420e5300
commit
bdf3f19c34
@ -20,6 +20,8 @@
|
|||||||
#ifndef Printable_h
|
#ifndef Printable_h
|
||||||
#define Printable_h
|
#define Printable_h
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
class Print;
|
class Print;
|
||||||
|
|
||||||
/** The Printable class provides a way for new classes to allow themselves to be printed.
|
/** The Printable class provides a way for new classes to allow themselves to be printed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user