From 3862e3b4e73e8c254b18f363c31e8eb0b1e5c8fa Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 8 Jul 2025 09:35:31 -0600 Subject: [PATCH] fixes --- esphome/components/runtime_stats/runtime_stats.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/esphome/components/runtime_stats/runtime_stats.h b/esphome/components/runtime_stats/runtime_stats.h index 7e763810eb..de241e439c 100644 --- a/esphome/components/runtime_stats/runtime_stats.h +++ b/esphome/components/runtime_stats/runtime_stats.h @@ -11,10 +11,11 @@ #include #include "esphome/core/helpers.h" #include "esphome/core/log.h" -#include "esphome/core/component.h" namespace esphome { +class Component; // Forward declaration + namespace runtime_stats { static const char *const TAG = "runtime_stats";