From 344cf0202d95ae203bf91b419e7580cbd91d8014 Mon Sep 17 00:00:00 2001 From: Guillaume Gautier Date: Thu, 8 Feb 2024 16:32:34 +0100 Subject: [PATCH] soc: st: stm32g4: add missing include Add missing soc.h include. Signed-off-by: Guillaume Gautier --- soc/st/stm32/stm32g4/soc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/soc/st/stm32/stm32g4/soc.c b/soc/st/stm32/stm32g4/soc.c index 94600c48327d..c8d41f474f94 100644 --- a/soc/st/stm32/stm32g4/soc.c +++ b/soc/st/stm32/stm32g4/soc.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #if defined(PWR_CR3_UCPD_DBDIS)