diff options
Diffstat (limited to 'MdeModulePkg/Library/PcdDriverPcdLibNull/PcdLib.c')
-rw-r--r-- | MdeModulePkg/Library/PcdDriverPcdLibNull/PcdLib.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/PcdDriverPcdLibNull/PcdLib.c b/MdeModulePkg/Library/PcdDriverPcdLibNull/PcdLib.c index f3e8b513b4..b7d4408123 100644 --- a/MdeModulePkg/Library/PcdDriverPcdLibNull/PcdLib.c +++ b/MdeModulePkg/Library/PcdDriverPcdLibNull/PcdLib.c @@ -14,6 +14,9 @@ **/
#include <PiDxe.h>
+#include <Library/DebugLib.h>
+#include <Library/PcdLib.h>
+#include <Library/BaseMemoryLib.h>
/**
|