electronic-structure / SIRIUS

Domain specific library for electronic structure calculations
BSD 3-Clause "New" or "Revised" License
122 stars 40 forks source link

fix compilation for gcc13 #848

Closed simonpintarelli closed 1 year ago

simonpintarelli commented 1 year ago

include cstdint in typedefs.hpp to make gcc13 happy (unit8_t, uint16_t were undefined)