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