From 1761b1f4ab01de02cbec5f2ed3a9958e2abf1079 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Wed, 1 Nov 2017 12:51:50 +0800 Subject: [PATCH] [BSP] fix compiling issue --- bsp/efm32/graphics/tftspi.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsp/efm32/graphics/tftspi.h b/bsp/efm32/graphics/tftspi.h index a36e76cdf7..1399fc552e 100644 --- a/bsp/efm32/graphics/tftspi.h +++ b/bsp/efm32/graphics/tftspi.h @@ -16,6 +16,8 @@ #ifndef __TFTSPI_H__ #define __TFTSPI_H__ +#include + /* Includes ------------------------------------------------------------------*/ /* Exported types ------------------------------------------------------------*/ /* Exported constants --------------------------------------------------------*/