Skip to content

Fix missing includes in Arch & OS headers.#724

Merged
kyle-elliott-tob merged 1 commit intolifting-bits:masterfrom
btridev:fix-missing-cstdint
Nov 19, 2025
Merged

Fix missing includes in Arch & OS headers.#724
kyle-elliott-tob merged 1 commit intolifting-bits:masterfrom
btridev:fix-missing-cstdint

Conversation

@btridev
Copy link
Copy Markdown
Contributor

@btridev btridev commented Nov 19, 2025

When building under Linux (I run Manjaro, unsure if the distro matters), an error is raised during the compilation process in include/remill/Arch/Name.h and include/remill/OS/OS.h. This is caused by uint32_t not being defined in the global scope. This pull request resolves the problem.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Nov 19, 2025

CLA assistant check
All committers have signed the CLA.

@kyle-elliott-tob kyle-elliott-tob self-requested a review November 19, 2025 22:44
Copy link
Copy Markdown
Collaborator

@kyle-elliott-tob kyle-elliott-tob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, waiting for CI

@kyle-elliott-tob kyle-elliott-tob merged commit 67779d7 into lifting-bits:master Nov 19, 2025
15 checks passed
@btridev btridev deleted the fix-missing-cstdint branch November 21, 2025 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants