diff options
-rw-r--r-- | IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h b/IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h index 3b42564d05..e9e713aa49 100644 --- a/IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h +++ b/IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h @@ -18,6 +18,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include <Protocol/Bds.h>
#include <Protocol/GenericMemoryTest.h>
+#include <Library/GenericBdsLib.h>
//
// Bds AP Context data
|