diff --git a/components/tcs_intercom/tcs_intercom.cpp b/components/tcs_intercom/tcs_intercom.cpp index b99fe7d..f8640f9 100644 --- a/components/tcs_intercom/tcs_intercom.cpp +++ b/components/tcs_intercom/tcs_intercom.cpp @@ -1,5 +1,6 @@ #include "tcs_intercom.h" #include "soc/efuse_reg.h" +#include "esp_efuse.h" #include "esphome/core/log.h" #include "esphome/core/hal.h" #include "esphome/components/api/custom_api_device.h" diff --git a/components/tcs_intercom/tcs_intercom.h b/components/tcs_intercom/tcs_intercom.h index 8536486..3e22024 100644 --- a/components/tcs_intercom/tcs_intercom.h +++ b/components/tcs_intercom/tcs_intercom.h @@ -3,6 +3,7 @@ #include #include #include "soc/efuse_reg.h" +#include "esp_efuse.h" #include "esphome/core/component.h" #include "esphome/core/hal.h" #include "esphome/core/helpers.h"