Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing include <cstdint> in src/backend/mem.h and src/common/common.h #38

Open
besnu opened this issue Apr 16, 2024 · 1 comment · May be fixed by #42
Open

Missing include <cstdint> in src/backend/mem.h and src/common/common.h #38

besnu opened this issue Apr 16, 2024 · 1 comment · May be fixed by #42

Comments

@besnu
Copy link

besnu commented Apr 16, 2024

The lc3tools do not compile with GCC 13.2.1 without including in src/backend/mem.h and src/common/common.h.

@H-J-Granger H-J-Granger linked a pull request Oct 16, 2024 that will close this issue
@H-J-Granger
Copy link

H-J-Granger commented Oct 16, 2024

I'm using GCC 14.2.0 on Ubuntu 24.04, and my GCC complains about the usage of uint16_t without including <cstdint>. Adding includes in src/backend/mem.h and src/common/common.h fixed it, as in #42.

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 a pull request may close this issue.

2 participants