mirror of https://github.com/acidanthera/audk.git
MdePkg/PiMmCis.h: Fix build failure.
Include the missed header file to fix build failure. Cc: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
parent
d51b0122bf
commit
12cfc9009e
|
@ -16,6 +16,7 @@
|
|||
#ifndef _PI_MMCIS_H_
|
||||
#define _PI_MMCIS_H_
|
||||
|
||||
#include <Pi/PiMultiPhase.h>
|
||||
#include <Protocol/MmCpuIo.h>
|
||||
|
||||
typedef struct _EFI_MM_SYSTEM_TABLE EFI_MM_SYSTEM_TABLE;
|
||||
|
|
Loading…
Reference in New Issue