From 6787730aa48393b37ef3cd03b6db5c63702f3df7 Mon Sep 17 00:00:00 2001 From: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com> Date: Sun, 23 Mar 2025 22:46:31 -0400 Subject: [PATCH] [core] Fix 5.4.0 build issue (#8455) Co-authored-by: Keith Burzinski --- esphome/core/helpers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/core/helpers.cpp b/esphome/core/helpers.cpp index 439bb2ccb0..e69f166600 100644 --- a/esphome/core/helpers.cpp +++ b/esphome/core/helpers.cpp @@ -44,7 +44,7 @@ #include #endif #ifdef USE_ESP32 -#include "esp32/rom/crc.h" +#include "rom/crc.h" #if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 3, 2) #include "esp_mac.h" #endif