Skip to content

Commit 34d2c64

Browse files
opoplawskiserge1
authored andcommitted
Add missing #include <stdint.h> for gcc 15
1 parent cba0a73 commit 34d2c64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

elfio/elf_types.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ THE SOFTWARE.
2323
#ifndef ELFTYPES_H
2424
#define ELFTYPES_H
2525

26+
#include <stdint.h>
27+
2628
#ifdef __cplusplus
2729
namespace ELFIO {
2830
#endif

0 commit comments

Comments
 (0)