Closed cottsay closed 2 years ago
These headers reference uint8_t, so they should include cstdint. Reference: http://www.cplusplus.com/reference/cstdint/
uint8_t
cstdint
Without this, goestools fails to compile on Fedora 32.
Thanks, @cottsay.
I'm doing a pass over the list of PRs and issues this week, so will be looking at your other PRs shortly.
Appreciate the help!
These headers reference
uint8_t
, so they should includecstdint
. Reference: http://www.cplusplus.com/reference/cstdint/Without this, goestools fails to compile on Fedora 32.