Compiling version 1.2 on Ubuntu 24.04 results in errors such as:
RawTile.h:29:1: note: ‘uint32_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
This is fixed in current master by #include <cstdint> but as the latest release is 1.2, maybe it would be better to include it there as well?
Compiling version 1.2 on Ubuntu 24.04 results in errors such as:
RawTile.h:29:1: note: ‘uint32_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
This is fixed in current master by
#include <cstdint>
but as the latest release is 1.2, maybe it would be better to include it there as well?