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

Failing with uint8_t has not been declared in std #310

Closed
hadjiprocopis opened this issue Nov 4, 2024 · 2 comments
Closed

Failing with uint8_t has not been declared in std #310

hadjiprocopis opened this issue Nov 4, 2024 · 2 comments

Comments

@hadjiprocopis
Copy link

E57Format.h:50:15: error: ‘uint8_t’ has not been declared in ‘std’
   50 |    using std::uint8_t;

etc.

One solution is to add #include <cstdint> in file include/E57Format.h.
thanks for the free software!

@bhomaidan1990
Copy link

@hadjiprocopis do you have this line?

@hadjiprocopis
Copy link
Author

hadjiprocopis commented Nov 11, 2024 via email

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

No branches or pull requests

3 participants