From 0f9800352c87785a708b5f0c9a022469a7041014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= Date: Sat, 25 Feb 2023 18:48:32 +0100 Subject: [PATCH] Include cstdint in elf.h to fix GCC 13 build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: FrantiĊĦek Zatloukal --- shared/source/device_binary_format/elf/elf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/source/device_binary_format/elf/elf.h b/shared/source/device_binary_format/elf/elf.h index 112e6d0c56..6127435c5e 100644 --- a/shared/source/device_binary_format/elf/elf.h +++ b/shared/source/device_binary_format/elf/elf.h @@ -9,6 +9,7 @@ #include "shared/source/utilities/const_stringref.h" +#include #include namespace NEO {