pietern / goestools

Tools to work with signals and files from GOES satellites
https://pietern.github.io/goestools/
BSD 2-Clause "Simplified" License
374 stars 83 forks source link

Include cstdint for uint8_t #81

Closed cottsay closed 2 years ago

cottsay commented 4 years ago

These headers reference uint8_t, so they should include cstdint. Reference: http://www.cplusplus.com/reference/cstdint/

Without this, goestools fails to compile on Fedora 32.

pietern commented 2 years ago

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!