mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-17 06:52:18 +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
|
||||
#define Printable_h
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
class Print;
|
||||
|
||||
/** The Printable class provides a way for new classes to allow themselves to be printed.
|
||||
|
Loading…
x
Reference in New Issue
Block a user