From ceabfeb6f473007f4af56753d7ca5af8fdc482a5 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 9 Aug 2026 01:52:39 -0500 Subject: [PATCH] Include the header that declares the bond removal --- .../components/bluetooth_connection/bluetooth_connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/bluetooth_connection/bluetooth_connection.cpp b/esphome/components/bluetooth_connection/bluetooth_connection.cpp index ed4a6e73ac..94bb119c84 100644 --- a/esphome/components/bluetooth_connection/bluetooth_connection.cpp +++ b/esphome/components/bluetooth_connection/bluetooth_connection.cpp @@ -1,7 +1,7 @@ #include "bluetooth_connection.h" #ifdef USE_ESP32 -#include +#include #include #endif