diff options
Diffstat (limited to 'DuetPkg/SmbiosGenDxe/SmbiosGen.h')
-rw-r--r-- | DuetPkg/SmbiosGenDxe/SmbiosGen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DuetPkg/SmbiosGenDxe/SmbiosGen.h b/DuetPkg/SmbiosGenDxe/SmbiosGen.h index 0474366b04..3a42e22887 100644 --- a/DuetPkg/SmbiosGenDxe/SmbiosGen.h +++ b/DuetPkg/SmbiosGenDxe/SmbiosGen.h @@ -39,6 +39,7 @@ Abstract: #include <Library/DebugLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/MemoryAllocationLib.h>
+#include <Library/UefiHiiServicesLib.h>
#define PRODUCT_NAME L"DUET"
#define PRODUCT_VERSION L"Beta"
|