diff options
-rw-r--r-- | MdePkg/Library/UefiIfrSupportLib/UefiIfrLibraryInternal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Library/UefiIfrSupportLib/UefiIfrLibraryInternal.h b/MdePkg/Library/UefiIfrSupportLib/UefiIfrLibraryInternal.h index d5fcb669f6..4b53f18eb9 100644 --- a/MdePkg/Library/UefiIfrSupportLib/UefiIfrLibraryInternal.h +++ b/MdePkg/Library/UefiIfrSupportLib/UefiIfrLibraryInternal.h @@ -21,6 +21,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include <Uefi.h> #include <Protocol/DevicePath.h> +#include <Protocol/HiiConfigRouting.h>
+#include <Protocol/FormBrowser2.h>
#include <Library/DebugLib.h> #include <Library/BaseMemoryLib.h> |