From 6b810b340aab81a26986a7b2c512641355388139 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 10 Dec 2025 12:38:04 +0100 Subject: [PATCH] fix --- esphome/components/climate/climate.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/components/climate/climate.cpp b/esphome/components/climate/climate.cpp index 9ef7c3daa88..22e07d2b88d 100644 --- a/esphome/components/climate/climate.cpp +++ b/esphome/components/climate/climate.cpp @@ -2,6 +2,7 @@ #include "esphome/core/defines.h" #include "esphome/core/controller_registry.h" #include "esphome/core/macros.h" +#include namespace esphome::climate {