mirror of
https://github.com/pdewacht/brlaser
synced 2025-04-19 01:26:44 +02:00
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.