Browse Source
Building brlaser under Fedora 38 gives the following error in test/tempfile.h: error: 'uint8_t' was not declared in this scope This commit fixes it by explicitly including `cstdin` in the file, so `uint8_t` is correctly defined there.pull/175/head
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue