From 6fa0f1e29051049aa29b9c33fa3b8f0dc944a631 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 7 Nov 2025 15:51:13 -0600 Subject: [PATCH] controller registry --- esphome/components/select/select.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/esphome/components/select/select.cpp b/esphome/components/select/select.cpp index 12512060e53..ab3ac75a805 100644 --- a/esphome/components/select/select.cpp +++ b/esphome/components/select/select.cpp @@ -1,5 +1,6 @@ #include "select.h" -#include "esphome/core/controller_registry.h" #include "esphome/core/log.h" +#include "esphome/core/controller_registry.h" +#include "esphome/core/log.h" #include namespace esphome {