1
0
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:
Cristian Maglie 2012-08-24 10:55:33 +02:00
parent 2a420e5300
commit bdf3f19c34

View File

@ -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.