Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: include cstdint to fix compilation under GCC 13 (#114)
Since GCC 13, std::uint64_t and friends require an explicit include of `<cstdint>`. See also https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
- Loading branch information