From c866add3209df7a500b51ffc0caafccef835163d Mon Sep 17 00:00:00 2001 From: guillempages Date: Mon, 24 Aug 2026 23:23:07 +0200 Subject: [PATCH] [runtime_image] Fix include (#18738) Co-authored-by: J. Nick Koston --- esphome/components/runtime_image/image_format.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/runtime_image/image_format.cpp b/esphome/components/runtime_image/image_format.cpp index 3ba8871862..9575b30887 100644 --- a/esphome/components/runtime_image/image_format.cpp +++ b/esphome/components/runtime_image/image_format.cpp @@ -1,6 +1,6 @@ +#include "esphome/core/defines.h" #include "esphome/core/helpers.h" #include "image_format.h" -#include "image_decoder.h" namespace esphome::runtime_image {