Add missing declaration of offsetof()

This commit is contained in:
Benoit Blanchon
2023-07-12 09:59:29 +02:00
parent 9538bc32af
commit 8aec448adf

View File

@ -8,6 +8,7 @@
#include <ArduinoJson/Namespace.hpp>
#include <ArduinoJson/Polyfills/assert.hpp>
#include <stddef.h> // offsetof
#include <stdint.h> // uint16_t
ARDUINOJSON_BEGIN_PRIVATE_NAMESPACE