diff --git a/soc/arm/st_stm32/stm32l0/power.c b/soc/arm/st_stm32/stm32l0/power.c index 3bbaa2c1d9a..0a6486a58c8 100644 --- a/soc/arm/st_stm32/stm32l0/power.c +++ b/soc/arm/st_stm32/stm32l0/power.c @@ -15,6 +15,7 @@ #include #include #include +#include #include LOG_MODULE_DECLARE(soc, CONFIG_SOC_LOG_LEVEL); diff --git a/soc/arm/st_stm32/stm32l4/power.c b/soc/arm/st_stm32/stm32l4/power.c index 1947e8c4eea..a928408d889 100644 --- a/soc/arm/st_stm32/stm32l4/power.c +++ b/soc/arm/st_stm32/stm32l4/power.c @@ -15,6 +15,7 @@ #include #include #include +#include #include LOG_MODULE_DECLARE(soc, CONFIG_SOC_LOG_LEVEL); diff --git a/soc/arm/st_stm32/stm32l5/power.c b/soc/arm/st_stm32/stm32l5/power.c index 40e7baffbcc..1e84d7fb513 100644 --- a/soc/arm/st_stm32/stm32l5/power.c +++ b/soc/arm/st_stm32/stm32l5/power.c @@ -15,6 +15,7 @@ #include #include #include +#include #include LOG_MODULE_DECLARE(soc, CONFIG_SOC_LOG_LEVEL);