Include cstdint to fix build with modern tools

This commit is contained in:
Keenan Tims 2023-11-05 23:36:04 -08:00
parent 6648373d8e
commit 5da74ea368
Signed by: ktims
GPG Key ID: 11230674D69038D4

View File

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