From a87b2bf5bfe20e8304abd73d21c06921c31409dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Mon, 7 Jul 2014 16:21:34 +0200 Subject: [PATCH] Adde EscapedString to the cpp files --- JsonGenerator.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/JsonGenerator.cpp b/JsonGenerator.cpp index dff6ea59..4e8e123b 100644 --- a/JsonGenerator.cpp +++ b/JsonGenerator.cpp @@ -6,4 +6,5 @@ // This file is here to help the Arduino IDE find the .cpp files #include "JsonGenerator/JsonValue.cpp" -#include "JsonGenerator/StringBuilder.cpp" \ No newline at end of file +#include "JsonGenerator/StringBuilder.cpp" +#include "JsonGenerator/EscapedString.cpp" \ No newline at end of file