|
|
@@ -6,7 +6,6 @@
|
|
|
|
|
|
#include "../include/ArduinoJson/JsonObject.hpp"
|
|
|
|
|
|
-#include <new> // required for placement new
|
|
|
#include <string.h> // for strcmp
|
|
|
|
|
|
#include "../include/ArduinoJson/JsonBuffer.hpp"
|
|
|
@@ -14,6 +13,7 @@
|
|
|
#include "../include/ArduinoJson/JsonValue.hpp"
|
|
|
#include "../include/ArduinoJson/Internals/PrettyJsonWriter.hpp"
|
|
|
#include "../include/ArduinoJson/Internals/StringBuilder.hpp"
|
|
|
+#include "../include/ArduinoJson/Internals/PlacementNew.hpp"
|
|
|
|
|
|
using namespace ArduinoJson;
|
|
|
using namespace ArduinoJson::Internals;
|