From 901c2977052348b461b66af612c82beaee33c4ef Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 27 Mar 2026 22:14:36 -1000 Subject: [PATCH] Add missing #include for init_array_from debug assert --- esphome/core/helpers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/core/helpers.h b/esphome/core/helpers.h index 6922cd9cc0..01bd4294c8 100644 --- a/esphome/core/helpers.h +++ b/esphome/core/helpers.h @@ -2,6 +2,7 @@ #include #include +#include #include #include #include