ifcplusplus icon indicating copy to clipboard operation
ifcplusplus copied to clipboard

Add missing include for uint32_t.

Open mr-c opened this issue 1 year ago • 2 comments

This patch was added to the Debian package of ifcplusplus

mr-c avatar Mar 29 '24 09:03 mr-c

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

BIMViewPlus avatar Mar 30 '24 05:03 BIMViewPlus

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

Osyotr avatar Apr 02 '24 11:04 Osyotr