equinor / segyio

Fast Python library for SEGY files.
Other
469 stars 213 forks source link

Add missing cstdint include for GCC 13 #556

Closed alexfikl closed 4 months ago

alexfikl commented 1 year ago

Without this include it gives an error on install

segyio-1.9.11/python/segyio/segyio.cpp:1462:30: error: ‘uint16_t’ is not a member of ‘std’; did you mean ‘wint_t’?
1462 |             value = int(std::uint16_t(value));