On Sat, 16 Sep 2023 20:13:12 +0200 Jonathan Bergh <bergh.jonat...@gmail.com> 
wrote:
Control: tags -1 + patch

Fixes 1037903 due to upgrade to gcc-13

Hello, I had to add another one for arm64 build failure

--- 
xrt-202210.2.13.466+dfsg.orig/src/runtime_src/core/edge/user/aie/common_layer/adf_api_config.h
+++ 
xrt-202210.2.13.466+dfsg/src/runtime_src/core/edge/user/aie/common_layer/adf_api_config.h
@@ -16,6 +16,7 @@

 #pragma once

+#include <cstdint>
 #include <string>
 #include <vector>
Index: xrt-202210.2.13.466+dfsg/src/runtime_src/core/edge/user/zynq_dev.h
===================================================================
--- xrt-202210.2.13.466+dfsg.orig/src/runtime_src/core/edge/user/zynq_dev.h
+++ xrt-202210.2.13.466+dfsg/src/runtime_src/core/edge/user/zynq_dev.h
@@ -19,6 +19,7 @@
 #include <fstream>
 #include <string>
 #include <vector>
+#include <cstdint>
class zynq_device {
 public:

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to