mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 16:14:05 +01:00
Use absolute instead of relative includes (fixes #1072)
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
|
||||
#include <stddef.h> // size_t
|
||||
|
||||
#include "../Collection/CollectionData.hpp"
|
||||
#include "../Numbers/Float.hpp"
|
||||
#include "../Numbers/Integer.hpp"
|
||||
#include <ArduinoJson/Collection/CollectionData.hpp>
|
||||
#include <ArduinoJson/Numbers/Float.hpp>
|
||||
#include <ArduinoJson/Numbers/Integer.hpp>
|
||||
|
||||
namespace ARDUINOJSON_NAMESPACE {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user