Include cstdint to fix build with modern tools
This commit is contained in:
parent
6648373d8e
commit
5da74ea368
@ -7,6 +7,8 @@
|
||||
#if !defined(_ELF_h_)
|
||||
#define _ELF_h_
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
//! \name ELF types
|
||||
//! Types used in ELF file structures.
|
||||
//@{
|
||||
|
Loading…
x
Reference in New Issue
Block a user