From 1e0ce3ab2562726b5ba053a2f842e6282610a7b2 Mon Sep 17 00:00:00 2001 From: Markus Theil Date: Tue, 6 Feb 2024 11:53:59 +0100 Subject: [PATCH] mlxdpa: fix compilation with gcc 13 Signed-off-by: Markus Theil --- mlxdpa/elfio/elf_types.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mlxdpa/elfio/elf_types.hpp b/mlxdpa/elfio/elf_types.hpp index b99c35f3..b0823b55 100755 --- a/mlxdpa/elfio/elf_types.hpp +++ b/mlxdpa/elfio/elf_types.hpp @@ -23,6 +23,8 @@ THE SOFTWARE. #ifndef ELFTYPES_H #define ELFTYPES_H +#include + #ifdef __cplusplus namespace ELFIO { #endif