From d2b4da2ddaa46dc50c9a2766d4284ffbfc359b5d Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Mon, 29 Oct 2018 12:39:57 -0700 Subject: [PATCH] [efr32] add missing instance header include (#3224) --- examples/platforms/efr32/platform-efr32.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/platforms/efr32/platform-efr32.h b/examples/platforms/efr32/platform-efr32.h index 8e7aa1228..4e41bd425 100644 --- a/examples/platforms/efr32/platform-efr32.h +++ b/examples/platforms/efr32/platform-efr32.h @@ -35,8 +35,7 @@ #ifndef PLATFORM_EFR32_H_ #define PLATFORM_EFR32_H_ -#include -#include +#include #include "em_device.h" #include "em_system.h"