Add missing #include <stdint.h> for gcc 15

This commit is contained in:
Orion Poplawski 2025-01-31 20:22:26 -07:00 committed by Serge Lamikhov-Center
parent cba0a73823
commit 34d2c64237

View File

@ -23,6 +23,8 @@ THE SOFTWARE.
#ifndef ELFTYPES_H
#define ELFTYPES_H
#include <stdint.h>
#ifdef __cplusplus
namespace ELFIO {
#endif