diff options
Diffstat (limited to 'Nt32Pkg/MiscSubClassPlatformDxe/CommonHeader.h')
-rw-r--r-- | Nt32Pkg/MiscSubClassPlatformDxe/CommonHeader.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/CommonHeader.h b/Nt32Pkg/MiscSubClassPlatformDxe/CommonHeader.h index 718f802edc..93d7ac19c3 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/CommonHeader.h +++ b/Nt32Pkg/MiscSubClassPlatformDxe/CommonHeader.h @@ -19,12 +19,14 @@ //
// The package level header files this module uses
//
-#include <PiDxe.h>
+#include <FrameworkDxe.h>
#include <WinNtDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
-//#include <Protocol/WinNtIo.h>
+#include <Guid/DataHubRecords.h>
+#include <Protocol/DataHub.h>
+#include <Protocol/WinNtIo.h>
//
// The Library classes this module consumes
//
|