1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-13 07:13:47 +01:00

[json] Fix missing defines.h include causing PSRAM allocator to be unused

This commit is contained in:
J. Nick Koston
2025-10-03 19:36:56 -05:00
parent 0137954f2b
commit 7d35c46ad3

View File

@@ -2,6 +2,7 @@
#include <vector>
#include "esphome/core/defines.h"
#include "esphome/core/helpers.h"
#define ARDUINOJSON_ENABLE_STD_STRING 1 // NOLINT