From df778925a852608461d6153aa81c6336bb7966e7 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Sat, 6 Sep 2014 12:37:57 +0200 Subject: Printable.h doesn't need new.h but only stdlib.h for size_t. Probalby new.h may be removed completely. --- cores/arduino/Printable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cores/arduino/Printable.h') diff --git a/cores/arduino/Printable.h b/cores/arduino/Printable.h index d03c9af..2a1b2e9 100644 --- a/cores/arduino/Printable.h +++ b/cores/arduino/Printable.h @@ -20,7 +20,7 @@ #ifndef Printable_h #define Printable_h -#include +#include class Print; -- cgit v1.2.3-18-g5258