From: Eric Dong Date: Wed, 6 Sep 2017 05:52:51 +0000 (+0800) Subject: MdePkg/PiMmCis.h: Fix build failure. X-Git-Tag: edk2-stable201903~3477 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=12cfc9009e7cf1a69ca675110c2cf6e21b152992 MdePkg/PiMmCis.h: Fix build failure. Include the missed header file to fix build failure. Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Dong Reviewed-by: Liming Gao --- diff --git a/MdePkg/Include/Pi/PiMmCis.h b/MdePkg/Include/Pi/PiMmCis.h index b066d49ecd..84eb29fb5b 100644 --- a/MdePkg/Include/Pi/PiMmCis.h +++ b/MdePkg/Include/Pi/PiMmCis.h @@ -16,6 +16,7 @@ #ifndef _PI_MMCIS_H_ #define _PI_MMCIS_H_ +#include #include typedef struct _EFI_MM_SYSTEM_TABLE EFI_MM_SYSTEM_TABLE;