mirror of
https://github.com/serge1/ELFIO.git
synced 2025-03-14 04:19:31 +00:00
Add missing #include <stdint.h> for gcc 15
This commit is contained in:
parent
cba0a73823
commit
34d2c64237
@ -23,6 +23,8 @@ THE SOFTWARE.
|
||||
#ifndef ELFTYPES_H
|
||||
#define ELFTYPES_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace ELFIO {
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user