Extracted a base class for JsonDocument

This commit is contained in:
Benoit Blanchon
2018-10-04 14:59:07 +02:00
parent 6b985b2d1f
commit 39e5660c4a
11 changed files with 41 additions and 87 deletions

View File

@@ -6,6 +6,8 @@
#include "../Configuration.hpp"
#include <stdint.h> // int64_t
namespace ARDUINOJSON_NAMESPACE {
#if ARDUINOJSON_USE_LONG_LONG

View File

@@ -4,7 +4,7 @@
#pragma once
#include <stdlib.h> // size_t
#include <stddef.h> // ptrdiff_t, size_t
#include "JsonFloat.hpp"
#include "JsonInteger.hpp"