From 4cfb0ab84de9b38bc3e04b79d8aeffda05012664 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Sat, 20 Sep 2014 18:56:22 +0200 Subject: [PATCH] Fixed issue #21 --- JsonGenerator/Print.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/JsonGenerator/Print.h b/JsonGenerator/Print.h index 1fb62ba8..e5b3381d 100644 --- a/JsonGenerator/Print.h +++ b/JsonGenerator/Print.h @@ -7,7 +7,8 @@ #ifndef ARDUINO -typedef unsigned char uint8_t; +#include +#include // This class reproduces Arduino's Print class Print