From 8964124b8809060236f377fa449420d2d361f812 Mon Sep 17 00:00:00 2001 From: Manoj Takasi <133196374+ManojTakasi@users.noreply.github.com> Date: Fri, 7 Jun 2024 23:17:51 +0530 Subject: [PATCH] In GCC 13.1 usage of uint64 and similar will result in an error without (#8224) #include Signed-off-by: Manoj Takasi Co-authored-by: Manoj Takasi --- src/runtime_src/core/edge/user/aie/common_layer/adf_api_config.h | 1 + src/runtime_src/core/edge/user/zynq_dev.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/runtime_src/core/edge/user/aie/common_layer/adf_api_config.h b/src/runtime_src/core/edge/user/aie/common_layer/adf_api_config.h index e4a9d2e77d0..603699791c4 100755 --- a/src/runtime_src/core/edge/user/aie/common_layer/adf_api_config.h +++ b/src/runtime_src/core/edge/user/aie/common_layer/adf_api_config.h @@ -16,6 +16,7 @@ #pragma once +#include #include #include diff --git a/src/runtime_src/core/edge/user/zynq_dev.h b/src/runtime_src/core/edge/user/zynq_dev.h index 90d57b11c7e..9e9d3e5523d 100644 --- a/src/runtime_src/core/edge/user/zynq_dev.h +++ b/src/runtime_src/core/edge/user/zynq_dev.h @@ -17,6 +17,7 @@ #ifndef _XCL_ZYNQ_DEV_H_ #define _XCL_ZYNQ_DEV_H_ +#include #include #include #include