This commit is contained in:
J. Nick Koston 2025-07-08 09:35:31 -06:00
parent be84f12100
commit 3862e3b4e7
No known key found for this signature in database

View File

@ -11,10 +11,11 @@
#include <algorithm>
#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";