You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: