soc: st: stm32g4: add missing include

Add missing soc.h include.

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
This commit is contained in:
Guillaume Gautier
2024-02-08 16:32:34 +01:00
committed by Jamie McCrae
parent 1e79ba15f6
commit 4a41878442

View File

@@ -12,6 +12,7 @@
#include <zephyr/device.h>
#include <zephyr/init.h>
#include <stm32_ll_system.h>
#include <soc.h>
#include <cmsis_core.h>
#if defined(PWR_CR3_UCPD_DBDIS)