summaryrefslogtreecommitdiffstats
path: root/DynamicTablesPkg/Library/Common/TableHelperLib/TableHelper.c
diff options
context:
space:
mode:
authorAbdul Lateef Attar <AbdulLateef.Attar@amd.com>2024-01-03 15:22:38 +0530
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-01-03 14:30:45 +0000
commitea658e35a991377ea7beea7cbd7ba56dc1071f10 (patch)
treecebbcee8c87f3e68bab7fa5794f3c60bd6ed5189 /DynamicTablesPkg/Library/Common/TableHelperLib/TableHelper.c
parent7a5823f85be99b9a92751fcf4141f7982fa5cc80 (diff)
downloadedk2-ea658e35a991377ea7beea7cbd7ba56dc1071f10.tar.gz
edk2-ea658e35a991377ea7beea7cbd7ba56dc1071f10.tar.bz2
edk2-ea658e35a991377ea7beea7cbd7ba56dc1071f10.zip
DynamicTablesPkg: Fix X64 compilation errors
Add the support for X64 compilation to the CI. Fix the compilation errors. Cc: Pierre Gondois <pierre.gondois@arm.com> Cc: Sami Mujawar <sami.mujawar@arm.com> Signed-off-by: Abdul Lateef Attar <AbdulLateef.Attar@amd.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Diffstat (limited to 'DynamicTablesPkg/Library/Common/TableHelperLib/TableHelper.c')
-rw-r--r--DynamicTablesPkg/Library/Common/TableHelperLib/TableHelper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/DynamicTablesPkg/Library/Common/TableHelperLib/TableHelper.c b/DynamicTablesPkg/Library/Common/TableHelperLib/TableHelper.c
index 0decd3dc0e..d264975eb0 100644
--- a/DynamicTablesPkg/Library/Common/TableHelperLib/TableHelper.c
+++ b/DynamicTablesPkg/Library/Common/TableHelperLib/TableHelper.c
@@ -2,6 +2,7 @@
Table Helper
Copyright (c) 2017 - 2021, Arm Limited. All rights reserved.<BR>
+ Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
@@ -14,6 +15,7 @@
// Module specific include files.
#include <AcpiTableGenerator.h>
#include <ConfigurationManagerObject.h>
+#include <Library/AmlLib/AmlLib.h>
#include <Library/TableHelperLib.h>
#include <Protocol/ConfigurationManagerProtocol.h>