1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-20 21:01:25 +03: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.