mirror of https://github.com/acidanthera/audk.git
PcAtChipsetPkg PeiAcpiTimerLib: Add the missing DebugLib header file
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
parent
449083a3f8
commit
8ee7ad9095
|
@ -16,6 +16,7 @@
|
|||
#include <Library/TimerLib.h>
|
||||
#include <Library/BaseLib.h>
|
||||
#include <Library/HobLib.h>
|
||||
#include <Library/DebugLib.h>
|
||||
|
||||
extern GUID mFrequencyHobGuid;
|
||||
|
||||
|
|
Loading…
Reference in New Issue