Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

fix build under Fedora 38#3

Merged
QORTEC merged 1 commit intoQORTEC:masterfrom
ondrejbudai:fix-build
Mar 14, 2023
Merged

fix build under Fedora 38#3
QORTEC merged 1 commit intoQORTEC:masterfrom
ondrejbudai:fix-build

Conversation

@ondrejbudai
Copy link
Copy Markdown

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.

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.
@QORTEC QORTEC merged commit 6d14df8 into QORTEC:master Mar 14, 2023
@QORTEC
Copy link
Copy Markdown
Owner

QORTEC commented Mar 14, 2023

Thanks moving over to Owl-Maintain/brlaser.

QORTEC added a commit to Owl-Maintain/brlaser that referenced this pull request Mar 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants