eProsima / Fast-DDS-Gen

Fast-DDS IDL code generator tool. Looking for commercial support? Contact info@eprosima.com
Apache License 2.0
77 stars 59 forks source link

[20272] Add cstdint header in v1 generated types #290

Closed Mario-DL closed 5 months ago

Mario-DL commented 5 months ago

This PR adds the #include <cstdint> header for v1 generated types and sorts the includes in ascending order. This is a consequence of a compilation issue that was detected when compiling with gcc 13.2.0 (ubuntu 24.04)