X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FDxeMemoryLib%2FMemLibInternals.h;h=db2784ef4f2360f6652a70767e212c701440b207;hp=8646b24e7902fd205824a613d65b58ca7b998719;hb=1ece02b57e1ecae99cd951d67c5a534952c0b330;hpb=71339b0da0eeca19155fc48295533532b7025b9f diff --git a/MdePkg/Library/DxeMemoryLib/MemLibInternals.h b/MdePkg/Library/DxeMemoryLib/MemLibInternals.h index 8646b24e79..db2784ef4f 100644 --- a/MdePkg/Library/DxeMemoryLib/MemLibInternals.h +++ b/MdePkg/Library/DxeMemoryLib/MemLibInternals.h @@ -26,6 +26,21 @@ #ifndef __MEM_LIB_INTERNALS__ #define __MEM_LIB_INTERNALS__ +// +// The package level header files this module uses +// +#include +// +// The protocols, PPI and GUID defintions for this module +// +// +// The Library classes this module consumes +// +#include +#include +#include +#include + /** Copy Length bytes from Source to Destination.