eProsima / Fast-DDS-Gen

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

Fix generating code when the dependency is in another directory [19082] #198

Closed richiware closed 1 year ago

richiware commented 1 year ago

Depends on:

For a case where an IDL file includes another one in another directory, the generation fails.

#include "helper/other.idl"
...