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

Fix including an IDL file with no structures [19387] #212

Closed richiware closed 11 months ago

richiware commented 11 months ago

PR #156 added the inclusion of PubSubTypes.h headers of dependant IDL files in the current generated PubSubTypes.h. But these files not always are generated if there are no structures in the IDL file. This causes a compilation error.

This PR fixes this always creating the PubSubTypes.h files.