diff --git a/esphome/components/mcp4461/mcp4461.h b/esphome/components/mcp4461/mcp4461.h index 95f1ddafb4..6236902e1d 100644 --- a/esphome/components/mcp4461/mcp4461.h +++ b/esphome/components/mcp4461/mcp4461.h @@ -1,7 +1,7 @@ #pragma once #include "esphome/core/component.h" -#include "log.h" +#include "esphome/core/log.h" #include "esphome/components/i2c/i2c.h" namespace esphome {