1
0
mirror of https://github.com/pdewacht/brlaser synced 2024-12-29 08:48:21 +01:00
Commit Graph

3 Commits

Author SHA1 Message Date
Ondřej Budai
911a518f4e fix build under Fedora 38
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.
2023-03-14 08:01:28 -04:00
Peter De Wachter
30bd80cb8b Fix build with GCC 13 2023-02-20 21:06:02 +01:00
Peter De Wachter
5159844b03 Add some basic tests 2014-02-04 22:29:27 +01:00