diff options
Diffstat (limited to 'Nt32Pkg/Library/EdkNt32PeiPeCoffGetEntryPointLib/CommonHeader.h')
-rw-r--r-- | Nt32Pkg/Library/EdkNt32PeiPeCoffGetEntryPointLib/CommonHeader.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Nt32Pkg/Library/EdkNt32PeiPeCoffGetEntryPointLib/CommonHeader.h b/Nt32Pkg/Library/EdkNt32PeiPeCoffGetEntryPointLib/CommonHeader.h index 1c7fc5b192..16f63752f2 100644 --- a/Nt32Pkg/Library/EdkNt32PeiPeCoffGetEntryPointLib/CommonHeader.h +++ b/Nt32Pkg/Library/EdkNt32PeiPeCoffGetEntryPointLib/CommonHeader.h @@ -19,7 +19,8 @@ //
// The package level header files this module uses
//
-#include <Peim.h>
+#include <PiPei.h>
+#include <IndustryStandard/PeImage.h>
#include <WinNtPeim.h>
//
// The protocols, PPI and GUID defintions for this module
|