From 6e9e83bdfd95bbf1e97f7f44ebf360b135f588af Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 8 Aug 2026 04:05:45 -0500 Subject: [PATCH] Include defines.h where its define is tested --- esphome/components/ble_device_base/ble_hub.h | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/components/ble_device_base/ble_hub.h b/esphome/components/ble_device_base/ble_hub.h index a5bfbad736..a27a4fb121 100644 --- a/esphome/components/ble_device_base/ble_hub.h +++ b/esphome/components/ble_device_base/ble_hub.h @@ -12,6 +12,7 @@ #pragma once #include "ble_device.h" +#include "esphome/core/defines.h" #include #include