diff --git a/examples/platforms/gp712/alarm_qorvo.h b/examples/platforms/gp712/alarm_qorvo.h index c37fa6c1b..868bd6ff2 100644 --- a/examples/platforms/gp712/alarm_qorvo.h +++ b/examples/platforms/gp712/alarm_qorvo.h @@ -36,6 +36,7 @@ #define ALARM_QORVO_H_ #include +#include #include #include diff --git a/examples/platforms/gp712/platform_qorvo.h b/examples/platforms/gp712/platform_qorvo.h index 1ce1004ad..7292719d3 100644 --- a/examples/platforms/gp712/platform_qorvo.h +++ b/examples/platforms/gp712/platform_qorvo.h @@ -39,6 +39,7 @@ #include #include +#include typedef void (*qorvoPlatPollFunction_t)(uint8_t); typedef uint8_t (*qorvoPlatGotoSleepCheckCallback_t) (void);