From 231e659358df7914bdb088463c8c1dc3525c179b Mon Sep 17 00:00:00 2001 From: Oliver Kleinecke Date: Fri, 7 Feb 2025 17:00:46 +0100 Subject: [PATCH] Update mcp4461.h --- esphome/components/mcp4461/mcp4461.h | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/components/mcp4461/mcp4461.h b/esphome/components/mcp4461/mcp4461.h index 01cc3af7f8..107607b2fc 100644 --- a/esphome/components/mcp4461/mcp4461.h +++ b/esphome/components/mcp4461/mcp4461.h @@ -1,6 +1,7 @@ #pragma once #include "esphome/core/component.h" +#include "logger.h" #include "esphome/components/i2c/i2c.h" namespace esphome {