From c4f0f146967fad674e9d02a1991a9cce5c9ab58b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 6 Oct 2025 14:33:10 -0500 Subject: [PATCH] [esp32] Fix clang-tidy error for Arduino watchdog function declarations --- esphome/components/esp32/core.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/components/esp32/core.cpp b/esphome/components/esp32/core.cpp index f3bdfea2a0..e54c07e304 100644 --- a/esphome/components/esp32/core.cpp +++ b/esphome/components/esp32/core.cpp @@ -14,6 +14,7 @@ #ifdef USE_ARDUINO #include +#include #else #if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 1, 0) #include