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

Add missing include for uint32_t. #272

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

mr-c
Copy link

@mr-c mr-c commented Mar 29, 2024

This patch was added to the Debian package of ifcplusplus

@BIMViewPlus
Copy link
Collaborator

Carve has been compiled on Debian for years, without any missing headers.
Maybe something else is wrong in the compiler setup on Debian?

@Osyotr
Copy link

Osyotr commented Apr 2, 2024

Carve has been compiled on Debian for years, without any missing headers. Maybe something else is wrong in the compiler setup on Debian?

Probably this:

The following headers are used less widely in libstdc++ and may need to be included explicitly when compiling with GCC 13:

  • <cstdint> (for std::int8_t, std::int32_t etc.)

https://gcc.gnu.org/gcc-13/porting_to.html

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.

None yet

4 participants