Include cstdint to fix build with modern tools

This commit is contained in:
2023-11-05 23:36:04 -08:00
parent 6648373d8e
commit 5da74ea368

View File

@ -7,6 +7,8 @@
#if !defined(_ELF_h_)
#define _ELF_h_
#include <cstdint>
//! \name ELF types
//! Types used in ELF file structures.
//@{