[esp32] Add missing include for helpers (#9579)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Jesse Hills 2025-07-17 15:13:03 +12:00 committed by GitHub
parent b1655b3fd4
commit c14b102776
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
#include "esphome/core/helpers.h"
#include "esphome/core/defines.h"
#ifdef USE_ESP32