summaryrefslogtreecommitdiff
path: root/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLibInternals.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLibInternals.h')
-rw-r--r--MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLibInternals.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLibInternals.h b/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLibInternals.h
index 2a28844eb2..c4f27f1a5a 100644
--- a/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLibInternals.h
+++ b/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLibInternals.h
@@ -15,6 +15,13 @@
#ifndef __DXE_MEMORY_ALLOCATION_LIB_INTERNALS_H__
#define __DXE_MEMORY_ALLOCATION_LIB_INTERNALS_H__
+#include <PiDxe.h>
+#include <Library/MemoryAllocationLib.h>
+#include <Library/UefiBootServicesTableLib.h>
+#include <Library/BaseMemoryLib.h>
+#include <Library/DebugLib.h>
+
+
/**
Allocates one or more 4KB pages of a certain memory type.