From 505ba9cbeb387e1a6f81a206002eceadfe86518d Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 8 May 2019 17:38:36 +0200 Subject: [PATCH] [gp712] add include to resolve build issues (#3804) --- examples/platforms/gp712/alarm_qorvo.h | 1 + examples/platforms/gp712/platform_qorvo.h | 1 + 2 files changed, 2 insertions(+) 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);