From 056025c5d09cf092377d952e994cb9a8ee3947aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Tue, 26 Mar 2024 19:04:38 +0000 Subject: [PATCH] Update switch_lora.h --- esphome/components/lora/switch/switch_lora.h | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/components/lora/switch/switch_lora.h b/esphome/components/lora/switch/switch_lora.h index 2fa0af9673..352580a854 100644 --- a/esphome/components/lora/switch/switch_lora.h +++ b/esphome/components/lora/switch/switch_lora.h @@ -3,6 +3,7 @@ #include #include "esphome/core/component.h" #include "esphome/components/uart/uart.h" +#include "esphome/components/pcf8574/pcf8574.h" #include "esphome/components/switch/switch.h" #include "esphome/core/helpers.h" #include "esphome/core/log.h"