From bdf3f19c34ad0370b2f6b5de85a1611728d9ab4e Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Fri, 24 Aug 2012 10:55:33 +0200 Subject: [PATCH] Added include in Printable.h for 'size_t' support. --- hardware/arduino/sam/cores/arduino/Printable.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hardware/arduino/sam/cores/arduino/Printable.h b/hardware/arduino/sam/cores/arduino/Printable.h index 54f7d717c..2a1b2e9f2 100644 --- a/hardware/arduino/sam/cores/arduino/Printable.h +++ b/hardware/arduino/sam/cores/arduino/Printable.h @@ -20,6 +20,8 @@ #ifndef Printable_h #define Printable_h +#include + class Print; /** The Printable class provides a way for new classes to allow themselves to be printed.